mixpanel

command module
v0.0.0-...-858aeaf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2015 License: MIT Imports: 4 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package api implements the Mixpanel API
Package api implements the Mixpanel API
Package command provides cmd-line utilities around the API.
Package command provides cmd-line utilities around the API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL