cizixs / awesome-raft

Raft is gaining popularity in distributed systems as a simple and powerful consensus algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Raft is gaining popularity in distributed systems as a simple and powerful consensus algorithm.

License:MIT License