Skip to content

Dylan's Flink Stateful Functions examples

Notifications You must be signed in to change notification settings

dylanmei/statefun-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statefun-examples

🌰 Dylan's Flink Stateful Functions 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.