How to Create a Data Pipeline to Transfer Data from Mixpanel to Google BigQuery
Tadashi Shigeoka · Thu, August 19, 2021
I’ll introduce how to create a Data Pipeline to transfer data from Mixpanel to Google BigQuery.
Prerequisites
Mixpanel GROWTH Plan + Data Pipelines Option
- Upgrade from FREE plan to GROWTH plan
- Add Data Pipelines option
Create Group in Google Cloud Platform
I think the easiest management method is to create a group like mixpanel-bigquery@example.com and add a group all@example.com that contains the users you want to grant permissions to.
Steps to Create Pipeline for Data Transfer from Mixpanel to BigQuery
Reference Documents from Mixpanel
The two Mixpanel official documents that were helpful are as follows:
Create Data Pipeline with Mixpanel API
- Create Service Account with Authentication Methods
- Create Pipelines
All unclear points were covered in Data Pipelines FAQ | Mixpanel Community, so I used this as reference.
That’s all from the Gemba on creating a Data Pipeline to transfer data from Mixpanel to Google BigQuery.