less than 1 minute read

Paxos and Raft consensus algorithms, explainedPermalink

What are consensus algorithms?Permalink

What is the Paxos algorithm?Permalink

Paxos in practice: multi-PaxosPermalink

Systems that use PaxosPermalink

What is the Raft algorithm?Permalink

Conceptually, Raft = Multi-Paxos with a structured leader protocol and log repair mechanism.