pingles / clj-mixpanel

Clojure interface for sending events to Mixpanel
4 stars 3 forks source link

Add basic support for getting data out of Mixpanel #4

Closed travis closed 8 years ago

travis commented 10 years ago

Mixpanel has two slightly different export APIs - one for getting raw event data and one for "formatted data" that gives you programmatic access to many of the metrics you can see in the Mixpanel UI.

Add basic support for both.

travis commented 10 years ago

ping!