• Stars
    star
    133
  • Rank 272,549 (Top 6 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A consensus that unifies paxos, raft, 2pc, etc.

Abstract-Paxos

Abstract-Paxos unifies well-known distributed consensus algorithms (Paxos, Raft, 2PC, etc.) into a single approach.

  • V1(δΈ­ζ–‡): abstract-paxos-v1-cn.

    • Provides proofs and explanations.
    • Describes classic Paxos and Raft using Abstract-Paxos.

Project Status

This repository includes the core of Abstract-Paxos and demo examples that showcase how to implement various distributed consensus algorithms using Abstract-Paxos.

Abstract-Paxos implements:

  • Classic-Paxos: paxos.
  • Two-Phase-Commit: two_pc
  • Fast-Paxos
  • CAS-Paxos
  • EC-Paxos
  • Raft

Refer to: src/implementations.