Pavonis / flink-project.g8

Giter8 template to create a simple flink project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 pavonis/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.

About

Giter8 template to create a simple flink project

License:Apache License 2.0


Languages

Language:Scala 100.0%