Skip to content

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

License

Notifications You must be signed in to change notification settings

cizixs/awesome-raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published