Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylanmei/statefun-examples
Dylan's Flink Stateful Functions examples
https://github.com/dylanmei/statefun-examples
flink flink-statefun statefun stream-processing
Last synced: 6 days ago
JSON representation
Dylan's Flink Stateful Functions examples
- Host: GitHub
- URL: https://github.com/dylanmei/statefun-examples
- Owner: dylanmei
- Created: 2021-01-18T19:05:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T16:03:46.000Z (over 2 years ago)
- Last Synced: 2023-03-10T20:08:19.192Z (almost 2 years ago)
- Topics: flink, flink-statefun, statefun, stream-processing
- Language: Kotlin
- Homepage:
- Size: 141 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
statefun-examples
-----------------🌰 Dylan's [Flink Stateful Functions](https://statefun.io) `3.2` examples.
### remote-example
Demonstrates two functions, named `supply` and `basket`. The functions are invoked remotely, and coordinate to allow users to _request_ products to _add_ to their shopping basket.
### embedded-example
Demonstrates two functions, named `supply` and `basket`. The functions are deployed with the Flink cluster, and coordinate to allow users to _request_ products to _add_ to their shopping basket.
### bootstrap-example
Demontrates the generation of a savepoint file with data that we can use to bootstrap our example applications.