diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-20 17:01:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-20 17:01:31 +0100 |
| commit | 0fa1dc262905c42b3549172fea59f7ad4cb58b1f (patch) | |
| tree | 0fb8f41f324e1df4438bb191066c072babb6d492 /simulator/README.md | |
| parent | 0862f8489b1122671cefa5c5bd59f677b56a3712 (diff) | |
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.
Diffstat (limited to 'simulator/README.md')
| -rw-r--r-- | simulator/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
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)** |
