raft이란?
KalamDB의 래프트 복제: 로그 복제, 리더 선택, 스냅샷, 멤버십 변경 및 안전 규칙. 키워드: 뗏목, 합의, 리더, 추종자, 로그, 스냅샷, 용어. 출처: jamals86/kalamdb.
KalamDB의 래프트 복제: 로그 복제, 리더 선택, 스냅샷, 멤버십 변경 및 안전 규칙. 키워드: 뗏목, 합의, 리더, 추종자, 로그, 스냅샷, 용어.
명령줄에서 raft AI 스킬을 개발 환경에 빠르게 설치
출처: 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).
KalamDB의 래프트 복제: 로그 복제, 리더 선택, 스냅샷, 멤버십 변경 및 안전 규칙. 키워드: 뗏목, 합의, 리더, 추종자, 로그, 스냅샷, 용어. 출처: jamals86/kalamdb.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/jamals86/kalamdb --skill raftKalamDB의 래프트 복제: 로그 복제, 리더 선택, 스냅샷, 멤버십 변경 및 안전 규칙. 키워드: 뗏목, 합의, 리더, 추종자, 로그, 스냅샷, 용어. 출처: jamals86/kalamdb.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/jamals86/kalamdb --skill raft 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/jamals86/kalamdb