Piping Server Side Events (SSE) into ClickHouse
Mark Needham
Learn how to pipe server-side events straight into ClickHouse using the Wikimedia recent changes feed as a real-world example. This tutorial covers the complete process from connecting to the event stream to troubleshooting why your data might not appear immediately in the database.
- Set up ClickHouse table with JSON column for streaming data
- Configure critical ingestion parameters like max_insert_block_size and min_insert_block_size
- Monitor real-time data ingestion and understand how ClickHouse organizes streaming data into parts
- Troubleshoot common streaming data pitfalls
The techniques shown work with any streaming data source, not just server-side events.

ClickHouse at DoorDash
Patrick Rogers, a staff software engineer

Premiers pas avec ClickHouse
Libérez la puissance de vos données et rejoignez notre webinar « Bien démarrer avec ClickHouse » ! Êtes-vous prêt à transformer votre manière de gérer les données ? Découvrez ClickHouse, le système de gestion de base de données colonnaire open source ultra-rapide qui révolutionne l’analytique des données ! Que vous soyez data scientist, ingénieur ou analyste métier, ce webinar est fait pour vous. Aucune expérience préalable n’est requise.

ClickHouse 25.7 adds GeoParquet support
Mark Needham