Awesome list for Paxos and friends
The Paxos library implemented in C++ that has been used in the WeChat production environment.
翻译 - Paxos库以C ++实现,已在微信生产环境中使用。
PaxosStore has been deployed in WeChat production for more than two years, providing storage services for the core businesses of WeChat backend. Now PaxosStore is running on thousands of machines, and...
A high-availability, high-throughput and highly reliable distributed queue based on the Paxos algorithm.
翻译 - 基于Paxos算法的高可用性,高吞吐量和高度可靠的分布式队列。
Multi-Paxos framework in Erlang
Paxos Made Moderately Complex
Example multi-paxos application for those learning Paxos & multi-paxos
classic paxos implementation in lua
MIT6.824实现分布式一致性算法——Raft&Paxos
对维基百科上paxos算法文献的翻译
1张图论证Paxos,比数学论证好理解的多,让你秒懂Paxos。 本项目从理论与代码上双重论证Paxos。 我相信本项目会是你在网上所能找到的,最通俗,最简洁,最完整(表现在不仅有理论,而且有实现代码和测试代码)的Paxos讲解与论证资料。 提供c++ java版本paxos算法封装代码,以及正确性压测程序。
🔥 Klein is a Paxos based distributed collection tool library, including distributed ArrayList, distributed HashMap, distributed Cache, distributed Lock, etc..
分布式一致性协议相关论文及中文译文,涵盖Paxos、Raft、Zab
FUSE based distributed filesystem, with replicate lock server using RSM and Paxos for failover for NYU CS Class.