-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add import and export overview to 'Start here' (#10045)
* Add import and export overview to getting started * Update contents/docs/getting-started/data-import-export.mdx Co-authored-by: Ian Vanagas <[email protected]> * BULK data * Add query API and CSV export, adjust structure * A little more meat on batch exports * and more! --------- Co-authored-by: Ian Vanagas <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Data import and export | ||
--- | ||
|
||
Beyond the everyday capture of user events, there are many ways to get bulk data into and out of PostHog. | ||
|
||
## Import | ||
|
||
### Sources | ||
|
||
[Combine data](/docs/cdp/sources) from your database, Stripe, or even a bucket full of CSVs. Join it to your existing person and event data with [data warehouse](/docs/data-warehouse). | ||
|
||
### Migrations | ||
|
||
PostHog offers [migration guides](/docs/migrate) to help you move your data from other providers. | ||
|
||
## Export | ||
|
||
### Real-time destinations | ||
|
||
[Export data as it arrives](/docs/cdp/destinations). Easily set up filters to get just the events you’re looking for. Choose from dozens of destinations, customize our webhook destination, or even build your own with a bit of code. | ||
|
||
### Batch exports | ||
|
||
Schedule [bulk data exports](/docs/cdp/batch-exports) to select destinations, including Postgres, S3, and more. | ||
|
||
### Query API | ||
|
||
A full-featured [query API](/docs/api/query) allows you to programmatically extract data to use in your own applications. | ||
|
||
### Export to CSV and more | ||
|
||
Your insights and data tables within PostHog can be exported to CSV, with additional options like PNG for visualizations. |
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