summaryrefslogtreecommitdiff
path: root/site/docs/intro.mdx
blob: 840ae343da464bf493967edf1d939ebffb39f55b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
sidebar_position: 1
---

# Introduction

OpenDC is a free and open-source platform for cloud datacenter simulation aimed at both research and education.

<div className="container">
    <div className="row">
        <div className="col col-3 text--center">
            <img src={require("@site/src/components/HomepageFeatures/screenshot-construction.png").default} alt="Constructing a cloud datacenter with OpenDC" />
        </div>
        <div className="col col-3 text--center">
            <img src={require("@site/src/components/HomepageFeatures/screenshot-results.png").default} alt="Analysis of results reported by OpenDC" />
        </div>
    </div>
</div>

Users can construct new datacenter designs and define portfolios of scenarios (experiments) to explore how their designs
perform under different workloads, schedulers, and phenomena (e.g., failures or performance interference).

OpenDC is accessible both as a ready-to-use platform hosted by us online at [app.opendc.org](https://app.opendc.org), and as
source code that users can run locally on their own machine or via Docker.

To learn more about OpenDC, have a look through our paper on [OpenDC 2.0](https://atlarge-research.com/pdfs/ccgrid21-opendc-paper.pdf)
or on our [vision](https://atlarge-research.com/pdfs/opendc-vision17ispdc_cr.pdf).