Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 339 Bytes

File metadata and controls

19 lines (13 loc) · 339 Bytes

What I cannot create, I do not understand. -- Richard Feynman

Raft implementation in pure C.

supported features:

  • leader election
  • log replication
  • safety
  • membership change
  • log compaction

all these features are just tested by hand so far.

todo:

  • client interaction
  • test
  • batching