https://github.com/matthewmueller/firehose-analytics
Send events to AWS Firehose
https://github.com/matthewmueller/firehose-analytics
aws events firehose logs metrics serverless streams
Last synced: 2 months ago
JSON representation
Send events to AWS Firehose
- Host: GitHub
- URL: https://github.com/matthewmueller/firehose-analytics
- Owner: matthewmueller
- Created: 2017-11-30T18:01:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T08:41:15.000Z (over 8 years ago)
- Last Synced: 2025-07-29T16:12:35.114Z (11 months ago)
- Topics: aws, events, firehose, logs, metrics, serverless, streams
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Firehose analytics
[](https://godoc.org/github.com/matthewmueller/firehose-analytics)


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