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

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

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)