An open API service indexing awesome lists of open source software.

https://github.com/sansa-stack/sansa-template-sbt-flink

SBT Template Project for SANSA using Flink
https://github.com/sansa-stack/sansa-template-sbt-flink

Last synced: about 1 month ago
JSON representation

SBT Template Project for SANSA using Flink

Awesome Lists containing this project

README

          

SBT Template Project for SANSA using Flink
=============================
[![Build Status](https://travis-ci.org/SANSA-Stack/SANSA-Template-SBT-Flink.svg?branch=develop)](https://travis-ci.org/SANSA-Stack/SANSA-Template-SBT-Flink)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Twitter](https://img.shields.io/twitter/follow/SANSA_Stack.svg?style=social)](https://twitter.com/SANSA_Stack)

This is a [SBT](http://www.scala-sbt.org/) template to generate a [SANSA](https://github.com/SANSA-Stack) project using [Apache Flink](http://flink.apache.org/).

How to use
----------

```
git clone https://github.com/SANSA-Stack/SANSA-Template-SBT-Flink.git
cd SANSA-Template-SBT-Flink

sbt clean package
````

The subsequent steps depend on your IDE. Generally, just import this repository as a SBT project and start using SANSA / Flink. Enjoy it! :)