分布式基础
Raft算法
- 分布式事务的共识 Consensus on Transaction Commit - Jim Gray and Leslie Lamport 随处都可以下载,资源很多
- https://www.cnblogs.com/Finley/p/14467602.html 来自finley博客的一篇可视化学习Raft算法的介绍
- https://acehi.github.io/thesecretlivesofdata-cn/raft/ 可视化Raft算法(中文)
- https://raft.github.io/ 这里可以下载到上述的paper以及相关的介绍 最重要的是包含算法可视化