Setting up Enrich - winlinvip/snowplow GitHub Wiki
HOME > SNOWPLOW SETUP GUIDE > Step 3: Setting up Enrich
A Snowplow Enrich application processes data from a Snowplow Collector, and stores enriched data in a persistent database.
## 1. Choose an Enrichment processThere are currently two Enrichment processes available for setup:
Collector | Description | Status |
---|---|---|
EmrEtlRunner | An application that parses logs from a Collector and stores enriched events to S3 | Production-ready |
Scala Kinesis Enrich | A Scala application that reads Thrift events from a Kinesis stream and outputs back to a Kinesis stream | Beta |
Back to Snowplow setup.