What is raft?
Raft replication in KalamDB: log replication, leader election, snapshots, membership changes, and safety rules. Keywords: raft, consensus, leader, follower, log, snapshot, term. Source: jamals86/kalamdb.
Raft replication in KalamDB: log replication, leader election, snapshots, membership changes, and safety rules. Keywords: raft, consensus, leader, follower, log, snapshot, term.
Quickly install raft AI skill to your development environment via command line
Source: 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 replication in KalamDB: log replication, leader election, snapshots, membership changes, and safety rules. Keywords: raft, consensus, leader, follower, log, snapshot, term. Source: jamals86/kalamdb.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/jamals86/kalamdb --skill raftRaft replication in KalamDB: log replication, leader election, snapshots, membership changes, and safety rules. Keywords: raft, consensus, leader, follower, log, snapshot, term. Source: jamals86/kalamdb.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jamals86/kalamdb --skill raft Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/jamals86/kalamdb