How to Ingest 1 Billion Events Per Day Without Kafka: A Serverless Masterclass
dev.to·8h·
Discuss: DEV
Flag this post

Every so often, you stumble upon a system design that is so elegant and unconventional it forces you to rethink your entire approach to a problem. Recently, I saw a tweet from @jsneedles detailing a data pipeline he helped build that is now ingesting ~1 billion JSON events per day from a popular video game.

The most shocking part? There’s no Kafka, no Kinesis, no massive, managed message queue in sight. Instead, it’s a beautifully orchestrated dance of serverless primitives from Cloudflare, funneling data into the powerhouse OLAP database, ClickHouse.

This isn’t just another architecture diagram; it’s a lesson in leveraging the right tools for the job, embracing the edge, and achieving massive scale with startling simplicity and cost-effectiveness. Let…

Similar Posts

Loading similar posts...