(no title)
kossae
|
2 years ago
I’m actually in the same boat right now (primary DB -> Clickhouse). We’re currently trialing Airbyte but it appears they’re removing normalization support for Clickhouse this year. Did you land on a custom solution, or some other ETL/ELT tool?
benjaminwootton|2 years ago
Or Debezium to Kafka for a more hand coded solution?
higeorge13|2 years ago
Debezium -> kafka -> kafka engine -> MVs -> Replacing merge trees works like a charm for me.