flink-extended / flink-scala-api

Flink Scala API is a thin wrapper on top of Flink Java API which support Scala Types for serialisation as well the latest Scala version
Apache License 2.0
68 stars 14 forks source link

Add code examples using Apache Flink with Flink Scala API #139

Closed geazi-anc closed 2 months ago

geazi-anc commented 3 months ago

In order to improve the understanding of this library and Apache Flink for those who have never tried it before, I think a directory in the repo with code examples is a good way to start.

Examples both using SBT and Scala CLI, where the last is a great tool to build Flink scripts. In this repository, by @novakov-alexey, there are many useful codes to move to here.

novakov-alexey commented 3 months ago

Thanks for proposal. I think it is great idea. Feel free to add those example into separate sub-module

novakov-alexey commented 2 months ago

Merged #142