Skip to content

linuxholic/cRaft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Raft in pure C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published