Design Twitter
A system design deep dive into building a scalable real-time feed system.
Design Twitter
This tutorial covers the system design of Twitter, focusing on:
- Fan-out on write vs fan-out on read
- Handling celebrity tweets (hot keys)
- Timeline generation
- Search infrastructure
(Content coming soon)