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

Latest commit

 

History

History
26 lines (18 loc) · 661 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 661 Bytes

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.