A Big Data-project as part of the class "Big Data Analytics" in the winter semester 2023 of the course TINF21AI2 at DHBW Mannheim.
Name | Matrikel number |
---|---|
Matthias Heilmann | 4186046 |
Lorenz Müller | 8350586 |
Sean Schwarz | 3446064 |
Leo Stadtler | 9230282 |
You need to have Docker and docker compose installed on your device.
Before starting the application, copy the files
-
db.json and nyt.json into the folders airflow/project_secrets and
-
db.json into Visualization/udoCloud/static
To start the application, run on you windows machine
docker compose up --build
or
docker-compose up --build
Keep in mind that Docker Desktop must be running.
The visualization will be running on localhost:80 and airflow on localhost:8080 (you will find the password to airflow in the file airflow/standalone_admin_password.txt, the username should be "airflow" or "root")