Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

ckoparkar/mixpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mixpanel

Implements mixpanel API in Go.

Usage

% mixpanel export -h
Usage: mixpanel export [options]

  Exports mixpanel data.

Options:

  -from=yesterday Start date to extract events.
  -to=yesterday   End date to extract events.
  -format=json    Choose export format between json/csv.
  -event=E        Extract data for only event E.
  -out=STDOUT     Decides where to write the data.

All the client methods, take an io.Writer, and write results to it. This makes it flexible enough to write to a buffer, file or plain STDOUT.

Documentation

Full documentation is available on Godoc.

About

Provides mixpanel API implementation in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages