Merge pull request #29 from wolfboys/readme

[Improve] update README
tree: 051d680d5ed80f654c0862674d74bd64d999e4da
  1. quickstart-flink/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

License stars Latest release total downloads Twitter

Website  |   Document  |   FAQ

🚀 What is StreamPark?

StreamPark is a streaming application development framework. Aimed at ease building and managing streaming applications, StreamPark provides development framework for writing stream processing application with Apache Flink and Apache Spark, More other engines will be supported in the future. Also, StreamPark is a professional management platform for streaming application , including application development, debugging, interactive query, deployment, operation, maintenance, etc. It was initially known as StreamX and renamed to StreamPark in August 2022.

🚀 What is streampark-quickstart ?

Apache StreamPark quickstart program for developing Flink

🎉 Modules

  • quickstart-apacheflink
  • quickstart-datastream
  • quickstart-flinksql
  • quickstart-connector

| quickstart-apacheflink

quickstart-apacheflink is an official SocketWindowWordCount program provided by Flink. The project structure, packaging rules, development methods, etc. are fully consistent with the specifications required by the Flink official website. The reason for having this module is to support the deployment of standard Flink programs (Flink programs developed according to the official development specifications) in streampark-console for subsequent demonstrations and ease of use.

| quickstart-datastream

This module demonstrates how to quickly develop a DataStream program using Apache StreamPark. It provides development examples in both Java and Scala to help developers get started quickly.

| quickstart-flinksql

This module demonstrates how to quickly develop a Flink & SQL program using Apache StreamPark. It provides development examples in both Java and Scala to help developers get started quickly.

| quickstart-connector

This module demonstrates how to use various Datastream connectors provided by Apache StreamPark. It includes configuration and usage examples of various Datastream connectors, allowing developers to get started quickly.

🔨 How to Build

git clone git@github.com:apache/incubator-streampark-quickstart.git
cd incubator-streampark-quickstart
mvn clean install -DskipTests

💬 Social Media

  • Twitter
  • Zhihu (in Chinese)
  • bilibili (in Chinese)
  • WeChat Official Account (in Chinese, scan the QR code to follow)