Explore >> Select a destination


You are here

harry.me
| | davquar.it
3.6 parsecs away

Travel
| | Let's look at Paxos: a beautiful and fundamental safe, but not live, distributed consensus protocol. Let's see how it works, what the main elements are, and have some examples.
| | emptysqua.re
3.7 parsecs away

Travel
| | Which consensus algorithm will win?
| | decomposition.al
4.2 parsecs away

Travel
| | by Devashish Purandare ยท edited by Sohum Banerjea and Lindsey Kuper
| | briankung.dev
12.6 parsecs away

Travel
| I survived David Beazley's weeklong course on the Raft consensus algorithm that powers technologies like Kubernetes, MongoDB, and Neo4j. Image from https://raft.github.io/ The Raft Consensus Algorithm is a way for a gaggle of computers to agree on a sequence of events, or a "log" of events. Raft is useful for things like databases - once...