projekt-opal / demo

OPAL demonstrator (D8.4)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This repository provides the OPAL demonstrator, consisting of the Web UI and Webservices.

How to run

To be able to run you must provide a .env file in the root folder of the project that is similar to

BACKEND_ADDRESS=http://yourserver:8081/
ES_INDEX=opal_may
OPAL_ELASTICSEARCH_URL=opaldata.cs.upb.de
OPAL_ELASTICSEARCH_PORT=9200

Then, by running the command

docker-compose up -d

you have the demo containers running and the demo is available on port 3000 (you can set any port that you want in the docker-compose.yml) of your server.

Credits

Data Science Group (DICE) at Paderborn University

This work has been supported by the German Federal Ministry of Transport and Digital Infrastructure (BMVI) in the project Open Data Portal Germany (OPAL) (funding code 19F2028A).

About

OPAL demonstrator (D8.4)

License:GNU Affero General Public License v3.0


Languages

Language:Dockerfile 100.0%