Import & Export
If you're bootstrapping your app from existing data, Convex provides three ways to get the data in:
- One-shot import into a single table via the CLI.
- One-shot import of all tables via the CLI.
- Streaming import from any existing database via Fivetran or Airbyte destination connectors.
You can export data from Convex in two ways.
- Snapshot export via the dashboard. Great for running a quick analysis.
- Streaming export to any external database via Fivetran or Airbyte. Great for connecting to a custom BI setup (eg Snowflake, Databricks, or BigQuery):
Import & Export is in beta
Import & Export is currently a beta feature. If you have feedback or feature requests, let us know on Discord!