/flink-project.g8

Giter8 template to create a simple flink project

Primary LanguageScalaApache License 2.0Apache-2.0

Giter8 Flink project template

This is giter8 template to generate a Flink project using Scala and SBT.

How to use

First make sure sbt is installed (you need version 0.13.13 or later)

In order to generate a Flink project enter on the command line:

$ sbt new tillrohrmann/flink-project.g8

This will prompt for a couple of parameters (project name, scala version...) and the generate a Flink project using Scala and SBT.

You can then follow the README.md of the generated project for build and run instructions.