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

https://github.com/leonchen83/raft


https://github.com/leonchen83/raft

Last synced: 5 months ago
JSON representation

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/)