Skip to content

matthewmueller/firehose-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Firehose analytics

GoDoc

Send events to AWS Firehose. This library first writes the events to disk, which you can periodically flush to AWS Firehose.

This was built for instrumenting CLI tools, but could be used for anything where you have access to the local filesystem.

Credits

Most of this code was pulled from: https://github.com/tj/go-cli-analytics.

The main differences are that we're sending to Firehose instead of Segment and we're not storing the metrics in the user's home directory.

License

MIT

Releases

No releases published

Packages

No packages published

Languages