Creating solutions based on Spotify's Scio scala api for apache beam
This project comes with number of preconfigured features, including:
Use sbt-pack
instead of sbt-assembly
to:
- reduce build time
- enable efficient dependency caching
- reduce job submission time
To build package run:
sbt pack
This template comes with an example of a test, to run tests:
sbt test
Find style configuration in scalastyle-config.xml
. To enforce style run:
sbt scalastyle
To experiment with current codebase in Scio REPL simply:
sbt repl/run
This project is based on the scio.g8.