I'm using debezium with a simple flat table structure, what is the easiest way to persist this data in clickhouse? #418
Unanswered
alberttwong
asked this question in
Q&A
Replies: 1 comment 9 replies
-
If you want everything to be in a singular table (which if they're all in the same topic, makes sense) I would just create a table with all of those fields present: CREATE TABLE default.customer |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using debezium with a simple flat table structure (4 fields), what is the easiest way to persist this data in clickhouse?
Since the kafka connector doesn't create a table. Here's the table create command.
connect config kafka_connect_clickhouse.json
data
Beta Was this translation helpful? Give feedback.
All reactions