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
- Host: GitHub
- URL: https://github.com/fraccaman/multipaxos
- Owner: Fraccaman
- Created: 2018-12-09T17:41:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T23:34:43.000Z (over 6 years ago)
- Last Synced: 2025-01-20T23:17:07.060Z (3 months ago)
- Topics: distributed, multipaxos, paxos, system
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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