Completed
— The Problem: Why Consul + Raft didn't scale
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How Fly.io Replicates SQLite Globally in Less Than 1 Second
Automatically move to the next video in the Classroom when playback concludes
- 1 — Intro: What is Fly.io?
- 2 — The Problem: Why Consul + Raft didn't scale
- 3 — Introducing Corrosion: Distributed SQLite
- 4 — CRDTs Deep Dive: Resolving conflicts without a leader
- 5 — [Demo] See cr-sqlite in action
- 6 — Gossip Protocols: How state "infects" the cluster
- 7 — Syncing lagging nodes & Periodic Anti-Entropy
- 8 — Subscription-based SQL queries for real-time updates
- 9 — Security & TLS within the cluster
- 10 — Lessons Learned: The "Broadcast Storm" incident
- 11 — Why Rust is the choice for modern systems
- 12 — Q&A: Handling transactions & network partitions