Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sile/rafte
An Erlang implementation of the Raft consensus algorithm
https://github.com/sile/rafte
Last synced: 6 days ago
JSON representation
An Erlang implementation of the Raft consensus algorithm
- Host: GitHub
- URL: https://github.com/sile/rafte
- Owner: sile
- License: mit
- Created: 2015-05-11T19:00:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T18:27:22.000Z (over 9 years ago)
- Last Synced: 2024-05-01T23:47:28.107Z (7 months ago)
- Language: Erlang
- Size: 301 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rafte
=====An Erlang implementation of the Raft consensus algorithm
- Raft(paper): [In Search of an Understandable Consensus Algorithm](https://ramcloud.atlassian.net/wiki/download/attachments/6586375/raft.pdf)