Skip to content

githubbob42/mixpanel-data-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published