Run Scala Kinesis Enrich v0.3 - OXYGEN-MARKET/oxygen-market.github.io GitHub Wiki

HOME > SNOWPLOW SETUP GUIDE > Step 3: Setting up Enrich > Step 3.2: setting up Scala Kinesis Enrich > 3: Running

This documentation is for version 0.3.0 of Scala Kinesis Enrich. Documentation for other versions is available:

Version 0.1.0 Version 0.5.0

Running

Scala Kinesis Enrich is an executable jarfile which should be runnable from any Unix-like shell environment. Simply provide the configuration file as a parameter:

$ ./scala-kinesis-enrich-0.3.0 --config my.conf

This will start the Scala Kinesis Enrich app to read raw events from Kinesis and write enriched events back to Kinesis.

If you are using configurable enrichments, provide the path to your enrichments directory as a parameter:

$ ./scala-kinesis-enrich-0.3.0 --config my.conf --enrichments path/to/enrichments

All done?

You have setup Scala Kinesis Enrich! You are now ready to setup alternative data stores.

Return to the setup guide.

⚠️ **GitHub.com Fallback** ⚠️