Skip to content
/ raft Public

Elixir implementation of RAFT consensus for Imperial Distributed Algorithms course.

License

Notifications You must be signed in to change notification settings

shnupta/raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raft

Elixir implementation of RAFT consensus for Imperial Distributed Algorithms course.

Debug levels:

  • 0 : No debug output
  • 1 : Essential output such as core messages and state updates
  • 2 : Useful information such as messages sent and received
  • 3 : Extra information about actions a process is taking
  • 4 : Used for outputting calculation steps

About

Elixir implementation of RAFT consensus for Imperial Distributed Algorithms course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published