portals-project / portals

Portals is a framework for stateful serverless apps, unifying dataflow streaming with actors
https://www.portals-project.org/
Apache License 2.0
18 stars 1 forks source link

Examples #4

Open jspenger opened 1 year ago

jspenger commented 1 year ago

Examples are useful both for showcasing what our programming model can do, and also for planning and discussions on what features to include in our programming model.

The following example programs should be implemented and documented.

Canonical Stateful Serverless Applications

Other examples

jspenger commented 1 year ago

The examples should be implemented in a separate project, see related issues to split the project into separate projects #2.

jspenger commented 1 year ago

Bank account requires further deliberation due to use of Sagas, see #44.

jspenger commented 1 year ago

One great idea coming from Martin today was to implement a Spotify-like system. This would be a great addition, and also very relevant. Ask me for more details.

jspenger commented 1 year ago

See https://apache.googlesource.com/flink-statefun/+/refs/tags/release-2.1.0-rc1/statefun-examples/statefun-ridesharing-example/ https://github.com/Azure/azure-functions-durable-extension/tree/dev/samples https://cloud.google.com/functions Look for more examples