https://github.com/leonchen83/raft
https://github.com/leonchen83/raft
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leonchen83/raft
- Owner: leonchen83
- License: apache-2.0
- Created: 2018-03-04T12:02:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T23:43:28.000Z (over 3 years ago)
- Last Synced: 2024-04-16T19:18:21.677Z (about 2 years ago)
- Language: Java
- Size: 166 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# raft
Yet another raft implementation.
# References
* [raft raw paper](https://ramcloud.atlassian.net/wiki/download/attachments/6586375/raft.pdf)
* [raft paper chinese version](https://github.com/maemual/raft-zh_cn/blob/master/raft-zh_cn.md)
* [raft resources](https://raft.github.io/)
* [raft animation](http://thesecretlivesofdata.com/raft/)
* [raft paper shorter version](https://www.usenix.org/conference/atc14/technical-sessions/presentation/ongaro)
* [raft blog](http://fleurer-lee.com/2015/05/23/raft-note.html)
* [raft blog](http://www.thinkingyu.com/articles/Raft/)