-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve docs for cloud backup/restore (#31599)
GitOrigin-RevId: 5b68c872cf2deaa5f73b5b0b9e627bfafeb352bd
- Loading branch information
1 parent
cc666c0
commit 8343b1e
Showing
7 changed files
with
59 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
--- | ||
title: "Import & Export" | ||
title: "Data Import & Export" | ||
sidebar_position: 90 | ||
--- | ||
|
||
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](/docs/database/import-export/import.mdx#single-table-import). | ||
- One-shot import of all tables via the | ||
[CLI](/docs/database/import-export/import.mdx#import-data-from-a-snapshot-zip-file). | ||
- Import from csv/json into a single table via the | ||
[CLI](/database/import-export/import.mdx#single-table-import). | ||
- Restore from a backup via the [dashboard](/database/backup-restore) or | ||
[CLI](/database/import-export/import.mdx#restore-data-from-a-backup-zip-file). | ||
- [Streaming import](/docs/production/integrations/streaming-import-export.md) | ||
from any existing database via Fivetran or Airbyte destination connectors. | ||
from any existing database via Airbyte destination connector. | ||
|
||
You can export data from Convex in two ways. | ||
|
||
- Snapshot export via the [dashboard](/docs/database/import-export/export.mdx). | ||
Great for running a quick analysis. | ||
- [Streaming export](/docs/production/integrations/streaming-import-export.md) | ||
- Download a backup as a zip from the [dashboard](/database/backup-restore). | ||
- Set up | ||
[streaming export](/docs/production/integrations/streaming-import-export.md) | ||
to any external database via Fivetran or Airbyte. Great for connecting to a | ||
custom BI setup (eg [Snowflake](https://www.snowflake.com/), | ||
[Databricks](https://www.databricks.com), or | ||
[BigQuery](https://cloud.google.com/bigquery)): | ||
|
||
<BetaAdmonition feature="Import & Export" verb="is" /> | ||
<BetaAdmonition feature="Data Import & Export" verb="is" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters