Skip to content

Quorum aims to ensure consensus among a group of erlang processes using the raft consensus algorithm.

License

Notifications You must be signed in to change notification settings

MirkoBonadei/quorum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quorum

Quorum aims to ensure consensus among a group of erlang processes using the raft consensus algorithm.

This is a side project to let me increase my knowledge of raft, therefore it is not production ready but my goal in the next few months is to complete it proving its correctness.

Here you can find the pdf of the original raft paper.

There are also other implementations of raft in erlang (since they are older than quorum you should give them a look):

  • rafter by Andrew Stone (link)
  • zraft_lib by Gunin Alexander (link)
  • eraft by Uwe Dauernheim (link)
  • huckleberry by Jakob Sievers (link)
  • rafterl by Eric Moritz (link)

Backward compatibility

quorum is developed on Erlang/OTP 19 and make use of the gen_statem behaviour so it can be used only with Erlang/OTP versions greater than or equal to 19.

License

Distributed under the Apache License 2.0, the same of Erlang/OTP (after OTP 18).

About

Quorum aims to ensure consensus among a group of erlang processes using the raft consensus algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published