Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 333 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 333 Bytes

Distributed KeyValue Store

  • Raft
    • Leader Election
    • Log Replication
    • Persistence
    • Log Compaction
  • Fault-tolerant KV Service
    • Put, Append, Get, Delete
  • Sharded KV Service
    • Sharded Master
    • Sharded KV Operation
    • Garbage collection of state
    • Client requests during configuration changes