From 0fa1dc262905c42b3549172fea59f7ad4cb58b1f Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 20 Mar 2021 17:01:31 +0100 Subject: serverless: Add initial implementation of OpenDC Serverless (#100) This change adds the initial implementation of OpenDC Serverless to the main repository, which is based on Soufiane Jounaid's work. This commit introduces the main interfaces into the repository. Later commits will introduce the other features that Soufiane has implemented previously in OpenDC. --- simulator/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'simulator/README.md') diff --git a/simulator/README.md b/simulator/README.md index d02925d6..35a598be 100644 --- a/simulator/README.md +++ b/simulator/README.md @@ -24,7 +24,9 @@ This component is responsible for modelling and simulation of datacenters and th The [Infrastructure as a Service](https://en.wikipedia.org/wiki/Infrastructure_as_a_Service) (IaaS) component of OpenDC for computing infrastructure (similar to [Amazon EC2](https://aws.amazon.com/ec2/) and [Google Compute Engine](https://cloud.google.com/compute)). - **[opendc-workflow](opendc-workflow)** - Workflow orchestration service built on top of OpenDC. + Workflow orchestration service built on top of OpenDC. +- **[opendc-serverless](opendc-serverless)** + FaaS platform built on top of OpenDC. - **[opendc-format](opendc-format)** Collection of libraries for processing data formats related to (simulation of) cloud computing and datacenters. - **[opendc-experiments](opendc-experiments)** -- cgit v1.2.3