An open API service indexing awesome lists of open source software.

https://github.com/fraccaman/multipaxos

Python implementation of Multipaxos
https://github.com/fraccaman/multipaxos

distributed multipaxos paxos system

Last synced: about 1 month ago
JSON representation

Python implementation of Multipaxos

Awesome Lists containing this project

README

        

# MultiPaxos
Python implementation of Multipaxos with the following features:
- Proposer catch-up (crash-restart)
- Leaners catch-up (crash-restart)
- Acceptors are assumed to be always up
- Leader election