This is the repository for the demonstration paper: "Portals: A Showcase of Multi-Dataflow Stateful Serverless" to appear in VLDB'2023.
Jonas Spenger, Chengyang Huang, Philipp Haller, and Paris Carbone. Portals: A Showcase of Multi-Dataflow Stateful Serverless. PVLDB, 16(12): 4054 - 4057, 2023.
On this repo we host the website for the demo paper, as well as the executable code examples for the demo.
Check out the demo website at https://www.portals-project.org/vldb2023demo/.
Check out the project website at https://www.portals-project.org/.
Information about running the examples can be found on the demo website, the code can be found in https://github.com/portals-project/vldb2023demo/tree/main/code.
Run locally:
bundle exec jekyll serve --incremental
Clean:
bundle exec jekyll clean