Skip to content

digiou/flink-scala-sbt-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flink with Scala and SBT skeleton

This is a template for setting up Flink-based projects.

Adding code

Simple use the src/{main, test}/{java, scala, scala-2.11}/packageName/fileName.scala scheme.

The .gitignore that is provided will take care of properly adding files.

Dependencies and testing

It uses SBT for dependency management and I chose ScalaTest for unit testing.

Running or testing

Simply use sbt run or sbt test from a terminal.

About

A small skeleton for Scala-based Flink projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages