Data Import & Export | Convex Developer Hub
If you're bootstrapping your app from existing data, Convex provides three ways to get the data in:
- Import from csv/json into a single table via the CLI.
- Restore from a backup via the dashboard or CLI.
- Streaming import from any existing database via Airbyte destination connector.
You can export data from Convex in two ways.
- Download a backup as a zip from the dashboard.
- Set up streaming export to any external database via Fivetran or Airbyte. Great for connecting to a custom BI setup (eg Snowflake, Databricks, or BigQuery):
Data Import & Export is in beta