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 modular pkg structure to remove erroneous imports #70

Closed jbeemster closed 1 year ago

jbeemster commented 1 year ago

Currently when importing the tracker all dependencies are pulled in (including sqlite3). A lot of the project forks remove this and by adopting a formal interface flow we can remove this requirement and make it easier to contribute new implementations.