·raft
</>

raft

Raft-Replikation in KalamDB: Protokollreplikation, Leiterwahl, Snapshots, Mitgliedschaftsänderungen und Sicherheitsregeln. Schlüsselwörter: Floß, Konsens, Anführer, Anhänger, Protokoll, Momentaufnahme, Begriff.

14Installationen·1Trend·@jamals86

Installation

$npx skills add https://github.com/jamals86/kalamdb --skill raft

So installieren Sie raft

Installieren Sie den KI-Skill raft schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/jamals86/kalamdb --skill raft
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: jamals86/kalamdb.

Use this skill when working on Raft replication, consensus state, or log/application ordering.

Implementation guidance: 1) Identify the Raft module boundaries and avoid mixing consensus logic with storage or API layers. 2) Keep persistence of log/state separate from in-memory state machines.

3) Ensure snapshot installation and log truncation are consistent with the applied index. 4) Membership changes must follow the project’s chosen approach (joint consensus or staged transitions).

Raft-Replikation in KalamDB: Protokollreplikation, Leiterwahl, Snapshots, Mitgliedschaftsänderungen und Sicherheitsregeln. Schlüsselwörter: Floß, Konsens, Anführer, Anhänger, Protokoll, Momentaufnahme, Begriff. Quelle: jamals86/kalamdb.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/jamals86/kalamdb --skill raft
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-25
Aktualisiert
2026-03-10

Browse more skills from jamals86/kalamdb

Schnelle Antworten

Was ist raft?

Raft-Replikation in KalamDB: Protokollreplikation, Leiterwahl, Snapshots, Mitgliedschaftsänderungen und Sicherheitsregeln. Schlüsselwörter: Floß, Konsens, Anführer, Anhänger, Protokoll, Momentaufnahme, Begriff. Quelle: jamals86/kalamdb.

Wie installiere ich raft?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/jamals86/kalamdb --skill raft Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/jamals86/kalamdb