Remix.run Logo
Show HN: WaveHouse – Supabase for ClickHouse(wavehouse.dev)
16 points by ericandr a day ago | 3 comments

While building an IoT telemetry solution, we ran into hurdles with Clickhouse. For one, you can't insert quickly AND durably into Clickhouse without setting up something like Kafka, which gets complicated for quick projects wanting to make use of Clickhouse's powerful features. Then, trying to actually query Clickhouse and show data in a UI required a whole backend API to handle auth and permissions.

We figured that all these parts together – fast, durable ingest, row-level and column-level security and roles, and realtime streaming – were a lot of scaffolding to have to rebuild for every project we wanted to use Clickhouse in. So, we built them all into a single Go binary to be deployed alongside Clickhouse, to help lower Clickhouse's barrier to entry. We call it WaveHouse.

Would love any feedback as we work on improving and adding more features to this OSS project!

roachhh 20 hours ago | parent | next [-]

Finally something for streaming real time. This is great!

ericandr 19 hours ago | parent [-]

Thanks! Let me know if you try it out and have any trouble – we are hard at work getting queries on the realtime streaming data working next

drchaim 21 hours ago | parent | prev [-]

Good one!