[](https://gitter.im/spotify/scio?utmsource=badge&utmmedium=badge&utmcampaign=pr-badge&utmcontent=badge)
June 20, 2024 · View on GitHub
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 ⚠️