InfoQ Homepage Paxos Content on InfoQ
Presentations
RSS Feed-
CockroachDB: Architecture of a Geo-Distributed SQL Database
Peter Mattis talks about how Cockroach Labs addressed the complexity of distributed databases with CockroachDB and gives a tour of CockroachDB’s internals.
-
The Raft Consensus Algorithm
Diego Ongaro introduces Raft, a consensus algorithm for managing a replicated log by separating the key elements of consensus and reducing the number of states that must be considered.
-
Building a Multi-Master Distributed Redis in Erlang
Chad DePue presents the process of building Edis, a Redis clone written in Erlang, allowing pluggable backends and implementing the Paxos algorithm.