diff options
| author | Leon Overweel <l.overweel@gmail.com> | 2017-03-12 17:48:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-12 17:48:29 +0100 |
| commit | f57562d383b92309fa40393ca8ef96f59846bf47 (patch) | |
| tree | 9a44a39e150c99da06571f274a6778270cd88722 | |
| parent | 925d200112f4dc05cd232ffb7dff21d735d10271 (diff) | |
Add introduction and screenshots to README
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ # OpenDC + + +OpenDC is an open-source simulator for datacenters aimed at both research and education. Users can construct datacenters (see above) and define experiments to see how these datacenters perform under different workloads and schedulers (see below). + + + +The simulator is accessible both as a ready-to-use website hosted by Delft University of Technology at [opendc.org](http://opendc.org), and as source code that users can run locally on their own machine. + +OpenDC is a project by the [@Large Research Group](http://atlarge-research.com). + ## Architecture OpenDC consists of four components: a C++ simulator, a SQLite database, a Python Flask web server, and a TypeScript frontend. |
