diff options
| -rw-r--r-- | README.md | 12 | ||||
| m--------- | opendc-frontend | 10 |
2 files changed, 12 insertions, 10 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.
diff --git a/opendc-frontend b/opendc-frontend -Subproject 99ede1e1515b2dcee5cabbfab4fd5f4db675a59 +Subproject f94906ca30ff10ebd85961bfb3659faaaeb6ab2 |
