confluentinc / flink-cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes for Apache Flink®

This is a collection of examples of Apache Flink applications in the format of "recipes". Each recipe illustrates how you can solve a specific problem by leveraging one or more of the APIs of Apache Flink.

Each of these recipes is a self-contained module. They can be a starting point for solving your application requirements with Apache Flink.

Requirements

  • Maven
  • Java 11

Recipes

APIs and languages

Connectors and formats

State and application lifecycle

Event routing

Use cases

About

License:Apache License 2.0


Languages

Language:Java 98.3%Language:Kotlin 1.7%