You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be able to write structured data into clickhouse tables.
Let's say we've got a postgres table being listened in cdc mode. The changes from one row could be streamed into clickhouse, so that without doing much you could have the postgres table changes reflected into clickhouse, so that you could run analytics onto those changes.
In theory a good clickhouse connector should make this setup very easy, and I find this very interesting. It's worth a shot.
The text was updated successfully, but these errors were encountered:
FYI I've added this (and other connector requests) to our internal connectors' project where we prioritize all connector requests. We'll let you know once we figure when we're going to work on this.
Resource name
Clickhouse
Resource link
https://clickhouse.com/
Connector type
Destination
Expected connector behavior
It should be able to write structured data into clickhouse tables.
Let's say we've got a postgres table being listened in cdc mode. The changes from one row could be streamed into clickhouse, so that without doing much you could have the postgres table changes reflected into clickhouse, so that you could run analytics onto those changes.
In theory a good clickhouse connector should make this setup very easy, and I find this very interesting. It's worth a shot.
The text was updated successfully, but these errors were encountered: