From 203dd5dc4815aa59977b3f932f80cb37be006bfb Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 6 May 2022 11:33:32 +0200 Subject: feat(faas): Add helper tools for FaaS simulations This change adds a new module, opendc-faas-workload that contains helper code for constructing simulations of FaaS-based workloads using OpenDC. In addition, we add an integration test that demonstrates the capabilities of the helper tool and the FaaS platform of OpenDC. --- opendc-faas/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 opendc-faas/README.md (limited to 'opendc-faas/README.md') diff --git a/opendc-faas/README.md b/opendc-faas/README.md new file mode 100644 index 00000000..fe6e5b80 --- /dev/null +++ b/opendc-faas/README.md @@ -0,0 +1,7 @@ +OpenDC FaaS +================= + +This module contains a reproduction of Soufiane Jounaid's BSc Computer Science thesis: +OpenDC Serverless: Design, Implementation and Evaluation of a FaaS Platform Simulator [1] + +[1] https://drive.google.com/file/d/12hox3PwagpD0jNFA57tO4r2HqvOonkY3/view?usp=sharing -- cgit v1.2.3