Replicating data out of Convex
Hello, is it possible to connect api to convex and replicate it? What is the best way to do it?
5 Replies
Hi! The usual way to do this is "Streaming Export"
Streaming Data in and out of Convex | Convex Developer Hub
Streaming Data in and out of Convex
we recommend using fivetran
you can connect convex to postgres, bigtable, snowflake, or even just parquet files on s3
if you want to use the lower-level API and avoid paying for a service like fivetran, the documention is here: https://docs.convex.dev/http-api/#streaming-export-api
Convex HTTP API | Convex Developer Hub
Connecting to Convex directly with HTTP
Thank you Jamie