michaelawyu/stream-processing-demo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A Flink application project using Java and Gradle. To package your job for submission to Flink, use: 'gradle shadowJar'. Afterwards, you'll find the jar to use in the 'build/libs' folder. To run and test your application with an embedded instance of Flink use: 'gradle run'