Skip to content

tvieregge/hRaft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hRaft

An implementation of Raft in Haskell

This implementaion is based off the original description of the algorithm in the paper "In Search of an Understandable Consensus Algorithm" by Diego Ongaro and John Ousterhout of Stanford University

It is desinged as a state machine that follows through the Raft server states shown in Fig. 4.
Currently the state machine is implicit and mixes pure and impure code, this is a priority to fix

  • Heatbeats
  • Leader Election
  • Follower Failure
  • Leader Failure
  • Writes
  • Reads

About

An implementation of Raft in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published