Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 567 Bytes

2023-02-27-raft.md

File metadata and controls

9 lines (8 loc) · 567 Bytes
title date tags layout telegram_id
Raft: Understandable Distributed Consensus
2023-02-27 08:06:01 -0800
post
591

Raft: Understandable Distributed Consensus is amazingly clear, beautiful, and interactive visualization of how Raft algorithm works. Raft is the algorithm for picking a leader node and synchronizing changes across multiple nodes in a distributed system. This is the magic behind the replication of RabbitMQ, Nats, Etcd, CockroachDB, and many others.