Enrich 3.1.0 released

We are pleased to announce version 3.1.0 of Snowplow Enrich

This release contains an experimental metadata reporting feature.
Currently, the metadata consists of events and entities clusters observed over a defined period of time.
Within a reporting window, pipeline receives various event types, ie. page views, clicks. For each of these events a metadata event containing a set of entities that were attached to it is emitted.

Experimental status means we may change or completely remove it. All the configuration is located in a new experimental section in config hocon.
To enable the feature add following configuration into your config:

 "experimental": {
    "metadata": {
      "endpoint": {{METADATA_PIPELINE_URI}}
      "interval": {{FINITE_INTERVAL}}
      "organizationId": {{UUID}}
      "pipelineId": {{UUID}}
    }
  }

If you are already using Enrich 3.0.x then upgrade is as easy as pulling the new docker image:

docker pull snowplow/snowplow-enrich-pubsub:3.1.0
docker pull snowplow/snowplow-enrich-kinesis:3.1.0
5 Likes