Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 893 Bytes

File metadata and controls

36 lines (28 loc) · 893 Bytes

Mixpanel Data Migration

mixpanel-data-migration

Getting Started

Install Dependencies

$ npm install

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.js

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.js 2017

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