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
19 stars 2 forks source link

Checkpointing/recovering to/from external storage #146

Open jspenger opened 1 year ago

jspenger commented 1 year ago

It should be possible to checkpoint and recover to/from external storage. For example, we should implement some connector which allows us to checkpoint to and recovery from Amazon S3, or some other suitable external state storage. Ask @jonasspenger for more details.