Skip to content

Commit

Permalink
Add import and export overview to 'Start here' (#10045)
Browse files Browse the repository at this point in the history
* 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
daniloc and ivanagas authored Dec 9, 2024
1 parent e86c791 commit 5ffba78
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
33 changes: 33 additions & 0 deletions contents/docs/getting-started/data-import-export.mdx
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.
4 changes: 4 additions & 0 deletions src/navs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,10 @@ export const docsMenu = {
name: 'Enabling beta features',
url: '/docs/getting-started/enable-betas',
},
{
name: 'Data import and export',
url: '/docs/getting-started/data-import-export',
},
],
},
{
Expand Down

0 comments on commit 5ffba78

Please sign in to comment.