https://github.com/gr455/raft-on-docker
A library-cum-simulation of the RAFT consensus algorithm over Docker containers
https://github.com/gr455/raft-on-docker
Last synced: about 2 months ago
JSON representation
A library-cum-simulation of the RAFT consensus algorithm over Docker containers
- Host: GitHub
- URL: https://github.com/gr455/raft-on-docker
- Owner: gr455
- Created: 2022-01-12T13:10:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T06:22:28.000Z (over 4 years ago)
- Last Synced: 2025-02-26T20:23:22.424Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RAFT on Docker
Library-cum-simulation of the RAFT consensus algorithm for replication and fault tolerance using docker containers.
Based on the paper: [In Search of an Understandable Consensus Algorithm (Extended Version)](http://nil.csail.mit.edu/6.824/2020/papers/raft-extended.pdf)