Show HN: Code First CDC from Postgres to ClickHouse with MooseStack
1–7 of 7 posts
Re: Show HN: Code First CDC from Postgres to ClickHouse with MooseStack
#2This post targets teams who want code ownership: typed streams, stateless streaming transforms, and OLAP tables defined in code, with a local dev server to spin up ClickHouse + Redpanda + Debezium + Postgres in one command.
Blog is linked in the repo.
Right now the demo solely focuses on the local dev experience, looking for community input regarding best practices for running Debezium in production.
Re: Show HN: Code First CDC from Postgres to ClickHouse with MooseStack
#3We wrote a guide + demo showing a code‑first path from Postgres to ClickHouse using Debezium and Redpanda, with MooseStack as the dx/glue layer. This post targets teams who want code ownership: typed streams, stateless streaming transforms, and OLAP tables defined in code, with a local dev server to spin up ClickHouse + Redpanda + Debezium + Postgres in one command. Blog is linked in the repo. Right now the demo sole…
Re: Show HN: Code First CDC from Postgres to ClickHouse with MooseStack
#4Re: Show HN: Code First CDC from Postgres to ClickHouse with MooseStack
#5Re: Show HN: Code First CDC from Postgres to ClickHouse with MooseStack
#6Very nice. Is this only possible with postgres or might be possible with sqlite or some sqlite variant?
Have you run CDC from sqlite? would love to hear how you did it and to try build a demo with MooseStack
Re: Show HN: Code First CDC from Postgres to ClickHouse with MooseStack
#7Very nice. Is this only possible with postgres or might be possible with sqlite or some sqlite variant?
Co-author here, we used Debezium here because it supports many different databases. Unfortunately, no sqlite support—my understanding is as an embedded db it lacks some of the prerequisites that Debezium relies on. Have you run CDC from sqlite? would love to hear how you did it and to try build a demo with MooseStack