[hotfix] Add a code of conduct
2 files changed
tree: e461b8159a46858394e4d27028fc5f1cd469cc76
  1. CODE_OF_CONDUCT.md
  2. LICENSE
  3. 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.

Code of Conduct

Apache Flink, Stateful Functions, and all its associated repositories follow the Code of Conduct of the Apache Software Foundation.

License

The code in this repository is licensed under the Apache Software License 2.0.