From fdc3200ef4718eb98bd8a713f956222a9bf85ac9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 4 Aug 2022 16:40:44 +0200 Subject: docs: Add initial version of Docusaurus based docs This change updates the repository with a new Docusaurus-based documentation website. This allows us to create our documentation using Markdown, MDX and React. This will serve as the main entry point for users visiting https://opendc.org. The actual OpenDC application will be moved to https://app.opendc.org. --- site/docs/intro.mdx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 site/docs/intro.mdx (limited to 'site/docs/intro.mdx') diff --git a/site/docs/intro.mdx b/site/docs/intro.mdx new file mode 100644 index 00000000..840ae343 --- /dev/null +++ b/site/docs/intro.mdx @@ -0,0 +1,27 @@ +--- +sidebar_position: 1 +--- + +# Introduction + +OpenDC is a free and open-source platform for cloud datacenter simulation aimed at both research and education. + +
+
+
+ Constructing a cloud datacenter with OpenDC +
+
+ Analysis of results reported by OpenDC +
+
+
+ +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). -- cgit v1.2.3