Prerequisites
This app replicates your Convex data into Snowflake with continuous CDC. The sync itself runs on Openflow, Snowflake's ingestion service — this app configures and monitors it so you don't work with the underlying engine directly.
How it works
Openflow runtime
The execution environment where the pipeline actually runs, inside your Snowflake account. You'll pick one in the next step.
This app
Collects your Convex credentials, installs the connector on the runtime, and monitors the pipeline once it's running.
Prerequisites checklist:
Snowflake
- Openflow enabled in this account, with a runtime this app's role can access.
- The one-time flowsight-config.sql script run, so settings persist across sessions.
Convex
- Your deployment URL (https://<deployment>.convex.cloud).
- A deploy key, generated on the deployment's Settings page.
