Run the Scala Stream Collector - thebeansgroup/snowplow GitHub Wiki
HOME > SNOWPLOW SETUP GUIDE > Step 1: setup a Collector > Scala Stream Collector setup > Run the Scala Stream Collector
java
is used to invoke the Scala Stream collector, which takes the configuration file as a parameter:
java -jar snowplow-scala-collector-[version].jar --config my.conf
This will start the collector as a HTTP service and write serialized Thrift records to Kinesis.
You have setup the Scala Stream collector! You are now ready to setup a tracker.
Return to the setup guide.