54 lines
1.7 KiB
Markdown
54 lines
1.7 KiB
Markdown
# PostHog
|
|
|
|
## Sync overview
|
|
|
|
This source can sync data for the [PostHog API](https://posthog.com/docs/api/overview). It supports both Full Refresh and Incremental syncs.
|
|
You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
|
|
|
|
### Output schema
|
|
|
|
This Source is capable of syncing the following core Streams:
|
|
|
|
* [Annotations](https://posthog.com/docs/api/annotations) (Incremental)
|
|
* [Cohorts](https://posthog.com/docs/api/cohorts)
|
|
* [Events](https://posthog.com/docs/api/events) (Incremental)
|
|
* [FeatureFlags](https://posthog.com/docs/api/feature-flags)
|
|
* [Insights](https://posthog.com/docs/api/insights)
|
|
* [InsightsPath](https://posthog.com/docs/api/insights)
|
|
* [InsightsSessions](https://posthog.com/docs/api/insights)
|
|
* [Persons](https://posthog.com/docs/api/people)
|
|
* [Trends](https://posthog.com/docs/api/insights)
|
|
|
|
### Data type mapping
|
|
|
|
| Integration Type | Airbyte Type | Notes |
|
|
| :--- | :--- | :--- |
|
|
| `string` | `string` | |
|
|
| `number` | `number` | |
|
|
| `array` | `array` | |
|
|
| `object` | `object` | |
|
|
|
|
### Features
|
|
|
|
| Feature | Supported?\(Yes/No\) | Notes |
|
|
| :--- | :--- | :--- |
|
|
| Full Refresh Sync | Yes | |
|
|
| Incremental Sync | Yes | |
|
|
| Namespaces | No | |
|
|
|
|
### Performance considerations
|
|
|
|
The PostHog API doesn't have any known request limitation.
|
|
|
|
Please [create an issue](https://github.com/airbytehq/airbyte/issues) if you see any rate limit issues that are not automatically retried successfully.
|
|
|
|
## Getting started
|
|
|
|
### Requirements
|
|
|
|
* PostHog Personal API Key
|
|
|
|
### Setup guide
|
|
|
|
Please follow these [steps](https://posthog.com/docs/api/overview#how-to-obtain-a-personal-api-key) to obtain Private API Key for your account.
|