GitHunt
SP

spotify/scio.g8

A Giter8 template for scio

Scio giter8 template
Build Status
GitHub license
Join the chat at https://gitter.im/spotify/scio

A Giter8 template for Scio that includes a simple WordCount job to help you getting started.

asciicast

Running

  1. Download and install the Java Development Kit (JDK) version 8 or higher
  2. Install sbt
  3. sbt new spotify/scio.g8
  4. cd <your-project-name>
  5. sbt Test/runMain example.WordCount --runner=DirectRunner --output=wc

⚠️ Check your project README.md for further details ⚠️

Languages

Scala100.0%
Apache License 2.0
Created June 8, 2017
Updated March 2, 2025
spotify/scio.g8 | GitHunt