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
- Host: GitHub
- URL: https://github.com/sansa-stack/sansa-template-sbt-flink
- Owner: SANSA-Stack
- License: apache-2.0
- Created: 2016-12-19T11:29:22.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2019-07-02T13:42:12.000Z (almost 7 years ago)
- Last Synced: 2025-12-25T23:25:43.758Z (5 months ago)
- Language: Scala
- Size: 26.4 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SBT Template Project for SANSA using Flink
=============================
[](https://travis-ci.org/SANSA-Stack/SANSA-Template-SBT-Flink)
[](https://opensource.org/licenses/Apache-2.0)
[](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! :)