Scio.g8
A Giter8 template for scio
Install / Use
/learn @spotify/Scio.g8README
Scio giter8 template

A Giter8 template for Scio that includes a simple WordCount job to help you getting started.
Running
- Download and install the Java Development Kit (JDK) version 8 or higher
- Install sbt
sbt new spotify/scio.g8cd <your-project-name>sbt Test/runMain example.WordCount --runner=DirectRunner --output=wc
⚠️ Check your project README.md for further details ⚠️
