simple-raft
simple-raft copied to clipboard
simple implementation of raft consensus algorithm
simple implementation of raft consensus algorithm
TODO
- [x] Leader election
- [x] 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