diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-30 12:50:47 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-30 12:50:47 +0200 |
| commit | c2a0b6e7fe7d139a3ac8902045ca95650ad8a747 (patch) | |
| tree | 0579b575dbfdc5bb13ed8fa9dea1c68a2c956b11 /README.md | |
| parent | 42930782f5dc6ee5efae9cc8148f3a3d3eb67dc8 (diff) | |
Center-align component diagram in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,10 +1,10 @@ <h1 align="center">
- <img src="images/logo.png" width="100" alt="OpenDC">
- <br>
- OpenDC
+ <img src="images/logo.png" width="100" alt="OpenDC">
+ <br>
+ OpenDC
</h1>
<p align="center">
-Collaborative Datacenter Simulation and Exploration for Everybody
+ Collaborative Datacenter Simulation and Exploration for Everybody
</p>
<br>
@@ -25,7 +25,9 @@ OpenDC is a project by the [@Large Research Group](http://atlarge-research.com). OpenDC consists of four components: a Kotlin simulator, a MariaDB database, a Python Flask web server, and a React.js frontend.
-
+<p align="center">
+ <img src="https://raw.githubusercontent.com/tudelft-atlarge/opendc/master/images/opendc-component-diagram.png" alt="OpenDC Component Diagram">
+</p>
On the frontend, users can construct a topology by specifying a datacenter's rooms, racks and machines, and create experiments to see how a workload trace runs on that topology. The frontend communicates with the web server over SocketIO, through a custom REST request/response layer. For example, the frontend might make a `GET` request to `/api/v1/users/{userId}`, but this request is completed via SocketIO, not plain HTTP requests.
|
