Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.