This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/flink-statefun-playground.git
The following commit(s) were added to refs/heads/dev by this push:
new 586230a [hotfix] Update dev/README.md to contain an introduction
586230a is described below
commit 586230ac37b567475e2143621dbf765ae8b866e8
Author: Till Rohrmann <[email protected]>
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).