You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2022/02/16 08:35:49 UTC

[flink-statefun-playground] branch release-3.2 updated: [hotfix] Update dev/README.md to contain an introduction

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch release-3.2
in repository https://gitbox.apache.org/repos/asf/flink-statefun-playground.git


The following commit(s) were added to refs/heads/release-3.2 by this push:
     new 4042bae  [hotfix] Update dev/README.md to contain an introduction
4042bae is described below

commit 4042bae649d59693e93617e7798a6b565832bf58
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Wed Feb 16 09:34:44 2022 +0100

    [hotfix] Update dev/README.md to contain an introduction
---
 README.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/README.md b/README.md
index 6459b93..e5c9173 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,22 @@
 # Stateful Functions Playground
+
+This repository contains tutorials and examples for [Stateful Functions](https://statefun.io). 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.
+
+## Tutorials and Examples
+
+The repository contains tutorials and examples for all SDK that Stateful Functions supports:
+
+- [`Java SDK`](java)
+- [`Go SDK`](go)
+- [`JavaScript SDK`](javascript)
+- [`Python SDK`](python)
+
+Moreover, it contains examples for [how to deploy Stateful Functions](deployments) on various platforms.
+
+## Code of Conduct
+
+Apache Flink, Stateful Functions, and all its associated repositories follow the [Code of Conduct of the Apache Software Foundation](https://www.apache.org/foundation/policies/conduct).
+
+## License
+
+The code in this repository is licensed under the [Apache Software License 2.0](LICENSE).