Enabeling data processing in docker container. (#195)

This commit is contained in:
2023-10-06 18:36:29 +02:00
committed by GitHub
parent b1ca268a62
commit ea9c777217
6 changed files with 168 additions and 161 deletions

View File

@@ -16,7 +16,7 @@ See the [CONTRIBUTING.md](CONTRIBUTING.md) about how code should be formatted an
The project has currently the following entrypoint available:
- **data-processing** > Transfers all the data from the mongodb into the sql db to make it available as production data.
- **data-transformation** > Transfers all the data from the mongodb into the sql db to make it available as production data.
- **reset-sql** > Resets all sql tables in the connected db.
- **copy-sql** > Copys the content of a db to another db.
- **webserver** > Starts the webserver showing the analysis results.