Skip to content

LiyangSong/PaxMesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaxMesh — Transport-Agnostic RPC Framework with PAXOS

PaxMesh is a compact, transport-agnostic RPC and consensus showcase. It implements PAXOS algorithm in Lamport's PAXOS Made Simple to coordinate state updates across a small cluster, while abstracting networking behind pluggable transports (Java RMI, Vert.x, etc.), pluggable serialization, and a simple registry. The embedded KV store serves as the state machine to visualize agreement; the emphasis is on end-to-end RPC wiring, PAXOS message flow, and replica convergence under failure.

paxos_flow.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages