keolo / mixpanel_client

Ruby interface to the Mixpanel Data API
MIT License
148 stars 72 forks source link

Streaming Response Bodies #44

Open Davidslv opened 9 years ago

Davidslv commented 9 years ago

Hello,

We just started using your gem, but we have a lot of data through a whole day, which makes the export 100MB +, I was thinking if there's a way of implementing an HTTP stream ( example here ), maybe as optional around this line: https://github.com/keolo/mixpanel_client/blob/master/lib/mixpanel/uri.rb#L22

What do you think?

keolo commented 8 years ago

Hi David,

That sounds interesting. Would you like to take a stab at it?

keolo commented 8 years ago

Eh. Looks like you already did. https://github.com/keolo/mixpanel_client/pull/45

I'll take a look soon. Sorry for the delay.