Disclaimer

June 24, 2015 ยท View on GitHub

Please use ZRaft Lib; the implementation below is incomplete and discontinued.

Raft

Raft reference implementation for Erlang.

Background

Raft is the consensus algorithm implemented in LogCabin coordinator used by RAMCloud.

References

  • Raft paper
  • Raft slides
  • Raft proof
  • LogCabin source code

Contents

  1. 1Background
  2. 2References