/simple-raft

simple implementation of raft consensus algorithm

Primary LanguageGoApache License 2.0Apache-2.0

simple implementation of raft consensus algorithm


TODO

  • Leader election
  • Log replication

Branch

  • master: Leader election & Log replication
  • election:Leader election
  • replication:Log replication

build

go build -o simple-raft

run

go get go get github.com/mattn/goreman
goreman start