summaryrefslogtreecommitdiff
path: root/simulator/docs/introduction.md
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-04-25 16:01:14 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-04-25 16:01:14 +0200
commitcd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf (patch)
tree6ae1681630a0e270c23804e6dbb3bd414ebe5d6e /simulator/docs/introduction.md
parent128a1db017545597a5c035b7960eb3fd36b5f987 (diff)
build: Migrate to flat project structure
This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project.
Diffstat (limited to 'simulator/docs/introduction.md')
-rw-r--r--simulator/docs/introduction.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/simulator/docs/introduction.md b/simulator/docs/introduction.md
deleted file mode 100644
index 711a829b..00000000
--- a/simulator/docs/introduction.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# 1. Introduction
-This repository hosts the source code and development of the simulation component of the [OpenDC](https://opendc.org) project. OpenDC is a simulation platform for cloud infrastructure, with the aim of making datacenter concepts and technology accessible to everyone. To learn more about OpenDC, have a look through our [vision paper](https://ieeexplore.ieee.org/document/8121623)!
-
-The simulator is one of the components of the OpenDC stack. It is responsible for modelling and simulation of datacenters and their components. This entails receiving environments and experiment configurations from up the stack, simulating these configurations, and reporting back results.
-
-The simulator is composed of two main components:
-- **[odcsim](/odcsim)**
- A framework for discrete event simulation.
-- **[opendc](/opendc)**
- A collection of models for simulating clouds, datacenters and their components, using the **odcsim** framework.
-
-In the remainder of this documentation, we walk you through a typical toolchain setup for amending OpenDC in your own way, explain the architecture of the system, and show you how to run your own experiments with the simulator.
-
----
-[Next >](setup.md)