zash
zash8mo ago

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
jamwt
jamwt8mo ago
Hi! The usual way to do this is "Streaming Export"
jamwt
jamwt8mo ago
we recommend using fivetran you can connect convex to postgres, bigtable, snowflake, or even just parquet files on s3
jamwt
jamwt8mo ago
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
zash
zashOP8mo ago
Thank you Jamie

Did you find this page helpful?