I want to get the transformed data from snowflake to my postgres database. To achieve this I want to move the data from snowflake to kafka and then from kafka to postgres. Not able to figure out how to move data from snowflake to kafka.
Asked
Active
Viewed 243 times
1

Marcel
- 2,454
- 1
- 5
- 13

Vipul Singhal
- 11
- 1
-
I understand the following: You want to unload data from Snowflake to AWS/Azure/GCP and from there Kafka has to consume it? Right? – Marcel Sep 30 '20 at 08:15
1 Answers
0
- You can use NiFi to get data from Snowflake and send it to a kafka topic
- you can use a three party like Fivetran
- You can use copy into to S3 or cloud storage and use a listener to get the new events https://docs.snowflake.com/en/user-guide/data-unload-s3.html

Danieledu
- 391
- 1
- 4
- 19