paxos
There are 191 repositories under paxos topic.
theanalyst/awesome-distributed-systems
A curated list to learn about distributed systems
oceanbase/oceanbase
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
isno/theByteBook
⭐ 【开源书籍】深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术。经历实践检验的 DevOps、SRE指南。如发现错误,谢谢提issue
oldratlee/translations
🐼 Chinese translations for classic software development resources
lni/dragonboat
A feature complete and high performance multi-group Raft library in Go.
heidihoward/distributed-consensus-reading-list
A list of papers about distributed consensus.
dgryski/awesome-consensus
Awesome list for Paxos and friends
Tencent/paxosstore
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 is able to afford billions of peak TPS.
stateright/stateright
A model checker for implementing distributed systems.
ailidani/paxi
Paxos protocol framework
infinit/elle
The Elle coroutine-based asynchronous C++ development framework.
paxo-phone/PaxOS-8
Code source du système d'exploitation du PaxoPhone
shihuili1218/klein
🔥 Klein is a Paxos based distributed collection tool library, including distributed ArrayList, distributed HashMap, distributed Cache, distributed Lock, etc..
Trekkiii/paxos_raft_protocol
分布式一致性协议相关论文及中文译文,涵盖Paxos、Raft、Zab
gryadka/js
Gryadka is a minimalistic master-master replicated consistent key-value storage based on the CASPaxos protocol
matrixorigin/matrixcube
Fundamental Building Block for Elastic Storage With Strong Consistency and Reliability
wuba/WPaxos
A production-grade java implementation of paxos consensus algorithm
haraldng/omnipaxos
OmniPaxos is a distributed log implemented as a Rust library.
wuba/WLock
A high-reliable, high-throughput distributed lock service based on the consensus algorithm component WPaxos.
advancedmysql/The-Art-of-Problem-Solving-in-Software-Engineering_How-to-Make-MySQL-Better
The Art of Problem-Solving in Software Engineering: How to Make MySQL Better
luohaha/MyPaxos
My multi-paxos service implement :-)
turingcell/paxos-made-easy
Paxos Made Easy: The Geometric Meaning and Geometric Proof of Paxos Algorithm
benschulz/paxakos
Rust implementation of Paxos consensus algorithm
drmingdrmer/consensus-essence
distributed consensus protocol's bugs, flaws, deceptive traps, improvements
rystsov/caspaxos
CASPaxos: Replicated State Machines without logs
turingcell/turingcell
TuringCell: Run Linux over Paxos/Raft
zowens/paxos-rs
Paxos implementation in Rust
liu-jianhao/yfsCpp11
yfs是一个分布式文件系统(mit6.824)
nvanbenschoten/epaxos
A pluggable implementation of the Egalitarian Paxos Consensus Protocol
nwtnni/paxos
Distributed consensus protocol for replicated state machines
aQuaYi/Distributed-Algorithms
利用 Go 语言实现多种分布式算法
paxo-phone/PaxOS-9
Code source de la dernière version du PaxOS
cschanck/single-file-java
One file, one piece of functionality. No dependencies.
RichardKnop/paxos
Golang implentation of paxos consensus algorithm
zhayujie/blockchain-simulator
Some simulations of blockchain consensus based on ns3. Currently implemented consensus protocols include Raft, Paxos and PBFT.
liu-jianhao/Raft-Paxos-Sample
MIT6.824实现分布式一致性算法——Raft&Paxos