All Projects → owenliang → Go Raft

owenliang / Go Raft

A reliable raft algorithm implementation in go

Programming Languages

go
31211 projects - #10 most used programming language

go-raft

切换中文版本

A reliable raft algorithm implementation which is inspired by MIT6.824 's Lab and passed all the correctness tests.

Learn more about details and my experience, please take a look at:mit-6.824.

todo

  • Memory-independent snapshot size
  • InstallSnapshot RPC with split chunks.
  • Simple client for talking to leader.

try

Construct a raft cluster of 3 nodes, and node2 deplayed to join.

cd raft
go test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].