Raft-List
Raft List
- 
A brief overview of the Raft algorithm: In the following sections you will learn more about consensus algorithms and how the Raft algorithm works. 
Tutorials
- Raft, The Secret Lives of Data: Understandable Distributed Consensus.
Implementation
- 2020-Implementing Raft #Series#: This is the first post in a multi-part series describing the Raft distributed consensus algorithm and its complete implementation in Go.
OpenSource
Showcase
- 2023-eatonphil/goraft 
  : A basic Raft implementation in Go. 
