Skip to content

An implementation of the Raft distributed consensus algorithm in Go.

License

Notifications You must be signed in to change notification settings

sumimakito/raft

Repository files navigation

Raft

workflow-test codecov

An implementation of the Raft distributed consensus algorithm in Go.

This implementation tries to implement Raft with:

  • Leader election
  • Log replication
  • Persistence
  • Membership changes (joint consensus)
  • Log compaction (snapshotting)

Roadmap

  • API server
  • Persistence (with bbolt)
  • gRPC transport
  • KV store (as an example)
  • Snapshotting
  • Full tests
  • Replication optimization
  • Improve API server
  • Internal metrics
  • Logger optimization

License

This implementation is under the Apache 2.0 license. See the LICENSE file for details.

About

An implementation of the Raft distributed consensus algorithm in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published