Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 259 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 259 Bytes

Raft Consensus Algorithm

TODO:

Flesh out Raft, write order of implementation and implementation details

Explanation of creating nodes / node communication, timeout, election process, log replication, cluster membership change, and network communication.