scio.g8 icon indicating copy to clipboard operation
scio.g8 copied to clipboard

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 11.
  2. Install sbt
  3. sbt new spotify/scio.g8
  4. sbt stage
  5. target/universal/stage/bin/word-count --output=wc

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