Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martishin/flink-examples

Examples of Apache Flink jobs
https://github.com/martishin/flink-examples

flink gradle java

Last synced: about 1 month ago
JSON representation

Examples of Apache Flink jobs

Awesome Lists containing this project

README

        

# Flink Examples
## Running Batch Job Locally
* Build the job
``` shell
./gradlew :batch:build
```
* Start the Flink cluster:
``` shell
docker-compose up
```
* Sumit the job:
``` shell
docker exec -it flink_jobmanager flink run /jars/batch-1.0-SNAPSHOT.jar
```