[release] Add a main branch to serve as the landing page
1 file changed
tree: af7e4993028e09c4460557b8f3e33d164451055d
  1. LICENSE
  2. README.md
README.md

Apache Flink Stateful Functions Playground

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.

Checkout a release branch

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.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.