Skip to content

ClickHouse sink #552

Answered by pashagolub
ondar asked this question in Q&A
Discussion options

You must be logged in to vote

No, you cannot use postgres sink because Clickhouse doesn't speak Postgresian.
But you can:

  • export to json and then import to clickhouse
  • use a special CDC to read data from postgres
  • write your own RPC sink implementation or use this one as a starting point

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ondar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants