Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1002 Bytes

File metadata and controls

26 lines (18 loc) · 1002 Bytes

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).