引用
RAFT可视化介绍,简单了解RAFT:http://thesecretlivesofdata.com/raft/
RAFT官网,这里面有RAFT Visualization部分:https://raft.github.io/
Raft作者的博士论文下载:https://link.zhihu.com/?target=https%3A//github.com/ongardie/dissertation/blob/master/book.pdf%3Fraw%3Dtrue
MIT助教写的资料:https://thesquareplanet.com/blog/students-guide-to-raft/
MIT6.824课程schedule:https://pdos.csail.mit.edu/6.824/schedule.html
raft论文:https://raft.github.io/raft.pdf
PingCAP博客(有TiDB):https://pingcap.com/blog-cn/#Raft
github上的一个对MIT6.824-2021的参考答案MrGuin/6.824-labs-2021:https://github.com/MrGuin/6.824-labs-2021
Anarion-zuo/AnBlogs上有6.824和6.828,cs143的文章:https://github.com/Anarion-zuo/AnBlogs
6.824课程的翻译:https://zhuanlan.zhihu.com/p/166409783
其他整理的参考资料:https://github.com/tianbingJ/Trepang