Skip to content

0xdeadbad/simple-raft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple implementation of raft consensus algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%