GitHub - githubbob42/mixpanel-data-migration

Mixpanel Data Migration

Getting Started

Install Dependencies

Migrating Data

Migrate all data (2013 - 2017):

This will migrate the data (export and import) the data for each year, for each month by day.

Migrate data for a given year

This will migrate the data (export and import) the data for the given year, for each month by day.

Migrate data for Dec 2017

This will migrate the data (export and import) the data for the given year/month by day.

./migrate_data.js 2017 12

Migrate data for Dec 10, 2017

This will migrate the data (export and import) the data for the given date.

./migrate_data.js 2017 12 10