# flink101 **Repository Path**: goxplanet/flink101 ## Basic Information - **Project Name**: flink101 - **Description**: flink 101 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-13 - **Last Updated**: 2022-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Generate a maven project mvn archetype:generate \ -DarchetypeGroupId=org.apache.flink \ -DarchetypeArtifactId=flink-quickstart-java \ -DarchetypeVersion=1.15.1 -DinteractiveMode=false # Using Stream API ## View Framework ## Create a Sourcing ## Reduce a ticker trade stream to position ## Join market price stream to cal PNL # Connectors ## Connect to Kafka # Management ## Deployment to a cluster ## Start and stop jobs