Skip to content

Instantly share code, notes, and snippets.

#! /usr/bin/env python
# Loads up some crap from Mixpanel and shoves it into a Postgres
# Setup:
# sudo apt-get install python-dev libpq-dev
# sudo easy_install psycopg2
# Usage:
# python export-mixpanel-to-rds.py --hostname $HOSTNAME --database $DATABASE --username $USERNAME--password $PASSWORD --key $KEY --secret $SECRET --start 2013-12-01 --end 2014-01-10
# ********************************************************************