Flink Project Template
The Quickstart Archetype serves as a template for an Apache Flink streaming application. You can use the Archetype to add source, sink and computation to the template. Like this you can practice the development of a simple Flink application, or use the Archetype as the starting point for a more complex application including state,watermark and checkpoint.
The Flink quickstart archetype can be used to quickly build a basic Flink streaming
project.