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

Consider splitting out storage target implementations as their own packages #45

Closed jbeemster closed 1 year ago

jbeemster commented 4 years ago

Looking at a lot of the forks of this project the most common trend is to remove the SQLite implementation. Getting rid of the dependency bloat is a nice win here as well as making this project more flexible.

jbeemster commented 1 year ago

Closing this as its now been done.