Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.96 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.96 KB

awesome-raft

A curated resources of raft consensus algorithm and its friends.

NOTE: Contributions are welcome, just create a pull request!

Raft

Algoritm

Implementations

Due to its simplicity, raft is widely implemented in different lanaguages and softwares, here is some of them:

Raft Friends

Beside Raft, there are some other consensus algorithms that are frequently discussed.

Chubby

Chubby is invented by Google, and used as a cornerstone of many distributed softwares.

Paxos

Zab

Zab protocal is used by Zookeeper, and is proven to be a solid and practical.

References

There are other distributed system, consensus algorithm repo you might be interested: