Getting started with Amazon Managed Service for Apache Flink
Why Managed Service for Apache Flink?
With Amazon Managed Service for Apache Flink, you can transform and analyze streaming data in real time using Apache Flink. Amazon Managed Service for Apache Flink simplifies building and managing Apache Flink workloads and allows you to integrate applications with other AWS services.
Build streaming applications with Apache Flink and Apache Beam
Step 1: Download the open source libraries into your favorite IDE
You can start by downloading the open source libraries including the AWS SDK, Apache Flink, and connectors for AWS services.
Step 2: Build a sample application using Apache Flink or Apache Beam
You write your Apache Flink application code using data streams and stream operators. Application data streams are the data structure you perform processing against using your application code. Data continuously flows from the sources into application data streams. One or more stream operators are used to define your processing on the application data streams.
Step 3: Upload your code to Amazon Managed Service for Apache Flink
Once built, upload your code to Amazon Managed Service for Apache Flink. The service takes care of everything required to continuously run your real-time applications, including automatically scaling to match the volume and throughput of your incoming data.
Intuitively use Amazon Managed Service for Apache Flink Studio
Step 1: Create an Amazon Managed Service for Apache Flink Studio application
Start from the Amazon Managed Service for Apache Flink, Amazon MSK, or Amazon Kinesis Data Streams console. Use custom connectors to connect to any other data source.
Step 2: Write code in the serverless notebook in SQL, Python, and Scala and develop Apache Flink applications
Run individual paragraphs in the notebook, view results in context, and use Apache Zeppelin’s built-in visualization to accelerate development. You can also use user-defined functions in your code.
Step 3: Build and deploy as an Amazon Managed Service for Apache Flink streaming application
Deploy your code as a continuously running stream processing application in just few steps. Your deployed application will be an Amazon Managed Service for Apache Flink application with durable state and auto scaling. You will also have the opportunity to change sources, destinations, logging, and monitoring levels before you productionize your code.