/rafter

Replication made easy with Raft and Python

Primary LanguagePythonApache License 2.0Apache-2.0

rafter

Build Status

rafter is a state machine replication framework based on the Raft consensus algorithm

rafter makes it possible to easely build a distributed, replicated and fault-tolerant system, like:

  • key-value storage
  • replicated log
  • replicated message queue
  • distributed synchronization engine
  • distributed service discovery
  • and much more...