[FLINK-25899] Add connected components example
12 files changed
tree: c59ee04246751ff455f7281d2562be75c15e81b8
  1. deployments/
  2. go/
  3. java/
  4. playground-internal/
  5. python/
  6. .gitignore
  7. CODE_OF_CONDUCT.md
  8. LICENSE
  9. README.md
README.md

Apache Flink Stateful Functions Playground (v3.1 series)

This repository contains tutorials and examples for Stateful Functions, for the version 3.1 series. 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.

Where should I start looking?

The tutorials and examples are separated into a few different categories that each have their own top-level directory.

  • For SDK language specific tutorials, head to their corresponding directories, such as java/ and python/. These directories contain the basics of using the wide array of StateFun SDKs to start writing your first StateFun applications. For new users, these are great places to start!
  • To check out examples for deploying StateFun applications, head to deployments/. Here you'll find deployment examples on various systems, such as Kubernetes or FaaS platforms on some of the major cloud providers.

Each tutorial or example will have it's own README that explains in detail what is being covered and how to build and run the code by yourself.

Other directories that are not mentioned above, such as playground-internal/, is intended for tooling used in the code and can be safely ignored by users.

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.