jeregrine / mixpanel_data_client

MIT License
4 stars 2 forks source link

Implement exporting raw data #3

Closed hamann closed 9 years ago

hamann commented 9 years ago

This adds support for exporting raw data

Because the export endpoint is returning jsonl, the response has to be handled slightly different.

jeregrine commented 9 years ago

💖💗💜💕

hamann commented 9 years ago

At the moment there's a problem with ssl connections to https://data.mixpanel.com, see https://github.com/benoitc/hackney/issues/215 You could switch to https if it's fixed