Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotify/scio.g8
A Giter8 template for scio
https://github.com/spotify/scio.g8
giter8-template scala scio
Last synced: about 2 hours ago
JSON representation
A Giter8 template for scio
- Host: GitHub
- URL: https://github.com/spotify/scio.g8
- Owner: spotify
- License: apache-2.0
- Created: 2017-06-08T18:35:18.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T10:01:19.000Z (22 days ago)
- Last Synced: 2024-10-18T00:28:18.065Z (21 days ago)
- Topics: giter8-template, scala, scio
- Language: Scala
- Homepage:
- Size: 209 KB
- Stars: 29
- Watchers: 20
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scio giter8 template
[![Build Status](https://travis-ci.org/spotify/scio.g8.svg?branch=master)](https://travis-ci.org/spotify/scio.g8)
[![GitHub license](https://img.shields.io/github/license/spotify/scio.g8.svg)](./LICENSE)
[![Join the chat at https://gitter.im/spotify/scio](https://badges.gitter.im/spotify/scio.svg)](https://gitter.im/spotify/scio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
====================A [Giter8][g8] template for [Scio][scio] that includes a simple [WordCount][WordCount] job to help you getting started.
[![asciicast](https://asciinema.org/a/2UbkLYD3BQgdQnXjuMeI7c8dZ.svg)](https://asciinema.org/a/2UbkLYD3BQgdQnXjuMeI7c8dZ?autoplay=1)
## Running
1. Download and install the [Java Development Kit (JDK)](https://adoptopenjdk.net/index.html) version 8 or higher
2. [Install sbt](http://www.scala-sbt.org/1.x/docs/Setup.html)
3. `sbt new spotify/scio.g8`
4. `cd `
5. `sbt Test/runMain example.WordCount --runner=DirectRunner --output=wc`⚠️ Check your project `README.md` for further details ⚠️
[g8]: http://www.foundweekends.org/giter8/
[scio]: http://github.com/spotify/scio/
[WordCount]: src/main/g8/src/main/scala/$organization__packaged$/WordCount.scala