Golang Analytics SDK v0.1.0-beta.1 released

We’re happy to announce the release of the first beta version of the Snowplow Golang Analytics SDK.

This introduces support for Enriched TSV transformation in Golang environments. The API comprises of a ParseEvent() method, which converts a valid Enriched TSV string event to ParsedEvent type (a slice of strings), and a series of methods to transform the entire event, one of the fields, or a subset of fields to JSON or map.

The project is in its very early days, so performance and API improvements are expected, and breaking changes may happen in subsequent iterations (but we hope to avoid this).

Feedback is more than welcome via raising an issue.

3 Likes