A Giter8 template for Scio that includes a simple WordCount job to help you getting started.
- Install sbt
sbt new spotify/scio.g8
sbt pack
target/pack/bin/word-count --output=wc
Notes:
We have enabled beam's DirectRunner
. To use other runners, you need to manually add the required dependency.