# raft **Repository Path**: fming/raft ## Basic Information - **Project Name**: raft - **Description**: 轻松理解Raft算法(中文版) - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: http://raft.taillog.cn/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-04-02 - **Last Updated**: 2021-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Raft算法 ======================== > 轻松理解Raft算法 [主页:raft.taillog.cn](http://raft.taillog.cn/) 通过动画演示Raft算法原理与过程 * 分布式一致性问题 * 选举 * 日志复制 [原文]:[Raft: Understandable Distributed Consensus](http://thesecretlivesofdata.com/raft) [Github]:[github](https://github.com/benbjohnson/thesecretlivesofdata) > 说明:基于原文翻译,优化UI [博客]:[7player](http://7player.cn/)