Skip to content

spotify/scio.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ⚠️