From 245c5c6da843f3df13fbef344eb713d1326d472d Mon Sep 17 00:00:00 2001 From: Ece Doganer Date: Thu, 21 Jan 2021 05:39:02 +0100 Subject: Fix centering of component diagram in README This commit solves the centering of the component diagram in the README file by referincing the raw file address from GitHub. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ef2ca57..ed87afa7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- OpenDC + OpenDC
OpenDC

@@ -28,7 +28,7 @@ The simulator is accessible both as a ready-to-use website hosted by us at [open OpenDC consists of four components: a Kotlin [simulator](/simulator), a MongoDB database, a Python Flask [API](/api), and a React.js [frontend](/frontend), each in their own subdirectories.

- OpenDC Component Diagram + OpenDC Component Diagram

On the frontend, users can construct a topology by specifying a datacenter's rooms, racks and machines, and create scenarios 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. Note that the API itself can also be accessed by HTTP. -- cgit v1.2.3