Difference between revisions of "Get Started"

From SICDB Doc
Jump to navigation Jump to search
Line 7: Line 7:
== Quick Start ==
== Quick Start ==


The database can be built up using [http://www.docker.com||Docker]. After install navigate into the folder containing all the data and run "docker compose up". When the environment is running open http://localhost:5000 to install the dataset. The provided environment ist fully preconfigured, just press start and wait. Due to the vast size this may take some hours. When install is finished the server has to be restarted, you may do this by reloading the page and then press the shiny restart button.
The database can be built up using [http://www.docker.com Docker]. After install navigate into the folder containing all the data and run "docker compose up". When the environment is running open http://localhost:5000 to install the dataset. The provided environment ist fully preconfigured, just press start and wait. Due to the vast size this may take some hours. When install is finished the server has to be restarted, you may do this by reloading the page and then press the shiny restart button.


== Detailed Instructions ==
== Detailed Instructions ==

Revision as of 16:09, 17 September 2022

Introduction

The SICdb dataset is provided in compressed .csv files, the minute values are even more consolidated. Refer to the Main Page for detailed description of files.

The SICdb dataset contains billions of entries, therefore building up a database may present a challenge. Therefore a 'as simple as possible' solution is provided. Refer to the Quick Start chapter if you know how the commandline and docker is working, skip to the Detailed Instructions for a more detailed reference.

Quick Start

The database can be built up using Docker. After install navigate into the folder containing all the data and run "docker compose up". When the environment is running open http://localhost:5000 to install the dataset. The provided environment ist fully preconfigured, just press start and wait. Due to the vast size this may take some hours. When install is finished the server has to be restarted, you may do this by reloading the page and then press the shiny restart button.

Detailed Instructions