snowplow / snowplow-golang-tracker

Snowplow event tracker for Golang. Add analytics to your Go apps and servers
http://snowplowanalytics.com
Apache License 2.0
25 stars 14 forks source link

Add in-memory only storage option #14

Closed jbeemster closed 6 years ago

jbeemster commented 6 years ago

This would greatly simplify the use of the Tracker in the snowplow-tracking-cli as it would not need to create any local files to work.

jbeemster commented 6 years ago

Have settled on go-memdb from Hashicorp:

https://github.com/hashicorp/go-memdb

All in-memory and amazingly fast!