Flink Blogpost Examples
This repository contains the examples used for my Flink blogposts @
dev.to.
Blog Posts
โ
Code examples can be found
here.
โ
Code examples can be found
here.
Deploy a JAR file
You can run the examples directly from your you IDE like IntelliJ IDEA. However, if you want to deploy the jar file to a Flink cluster, you can follow the steps below.
- Package the application and create an executable jar file
mvn clan package
./bin/flink run \
--class io.ipolyzos.<your-main-class> \
./flink-blogpost-examples-0.1.0.jar