1
0
mirror of synced 2025-12-29 09:03:46 -05:00
Files
airbyte/docs/integrations/sources/mixpanel.md
LiRen Tu 2906ec287a CI: Add action to check broken doc links (#5254)
* Add action to check broken doc links

* Ignore localhost

* Update config

* Fix broken links

* Use quiet mode

* Ignore PR link

* Fix more broken links

* Fix more broken links

* Fix more broken links

* Verify pattern

* Fix more broken links

* Separate full and pr check

* Update pattern

* Test invalid link

* Remove invalid link
2021-08-07 14:28:02 -07:00

2.4 KiB

Mixpanel

Overview

The Mixpanel source 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.

This Source Connector is based on a Airbyte CDK.

Output schema

Several output streams are available from this source:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync Yes
Replicate Incremental Deletes Coming soon
SSL connection Yes
Namespaces No

Please note, that incremental sync could return duplicated (old records) for the state date due to API filter limitation, which is granular to the whole day only.

Performance considerations

The Mixpanel connector should not run into Mixpanel API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

  • Export stream - 60 reqs per hour
  • All streams - 400 reqs per hour

Getting started

Requirements

  • Mixpanel API Secret

Setup guide

Please read Find API Secret.

CHANGELOG

Version Date Pull Request Subject
0.1.0 2021-07-06 3698 created CDK native mixpanel connector