Data Import & Export
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
Data Import & Export is currently a beta feature. If you have feedback or feature requests, let us know on Discord!