Skip to content

hargettp/raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pax-raft

Build Status

Haskell implementation of Raft consensus algorithm. Uses the common data types in Pax.

Not 100% functional, but making progress.

Both 3-node and 5-node cluster tests are passing, including the "stability" tests which validate that once a leader is chosen, the leadership doesn't change.

Simple single-action client test passes, so both RPC calls of the Raft protocol appear to function.

About

Haskell implementation of Raft consensus algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published