Technology Sharing

57. Overview of Flink project configuration

2024-07-08

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina

1) Overview
1. Get Started

To get started with Flink applications, use the following commands, scripts, and templates to create a Flink project.

You can use the following Maven command or quick start script to create a project based on the archetype.

a) Maven commands
mvn archetype:generate                
  -DarchetypeGroupId=org.apache.flink   
  -DarchetypeArtifactId=flink-quickstart-java 
  -DarchetypeVersion=1.19.0