Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 344 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 344 Bytes

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