Explore >> Select a destination


You are here

chelseatroy.com
| | emptysqua.re
2.3 parsecs away

Travel
| | Which consensus algorithm will win?
| | blog.carlosgaldino.com
1.3 parsecs away

Travel
| | Writings on Computer Science and software engineering by Carlos Galdino.
| | briankung.dev
1.8 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...
| | www.mattritter.me
6.1 parsecs away

Travel
| Background Lately I've been studying consensus algorithms to bolster my understanding of distributed systems. Consensus algorithms achieve agreement on data that is replicated across many nod...