ZhukovAlexander / rafter

Replication made easy with Raft and Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About

Replication made easy with Raft and Python

License:Apache License 2.0


Languages

Language:Python 100.0%