This repository contains tutorials and examples for Stateful Functions. The material here is a great starting point if you've just started with getting to know the project or looking for specific examples of common usage patterns.
All tutorials and examples are located in release branches on this repository. Click on one of the versions below to navigate to the corresponding version branch, or simply copy-paste the git commands to locally clone the branch:
StateFun 3.1 series
, or:$ git clone -b release-3.1 https://github.com/apache/flink-statefun-playground.git $ cd flink-statefun-playground
StateFun 3.0 series
, or:$ git clone -b release-3.0 https://github.com/apache/flink-statefun-playground.git $ cd flink-statefun-playground
Afterwards, consult the README
under the version branch to proceed with learning the tutorials and examples.
Apache Flink, Stateful Functions, and all its associated repositories follow the Code of Conduct of the Apache Software Foundation.
The code in this repository is licensed under the Apache Software License 2.0.