Commit Graph
5 Commits
Author SHA1 Message Date
Tobias Quadfasel 22c05e827c feat(add-data): Add actual data used for data generation to repo
Usually, one would not check out the actual data files, but store them
elsewhere (such as in Azure Blob Storage). In this case, it is still
convenient for external reviewers to get an idea of the structure of
the data.

Since the files in total are less than 2MB, this is acceptable for this
specific case.
2024-08-31 14:00:29 +02:00
Tobias Quadfasel fb65fc202b feat(add-data): Update pyproject.toml and poetry.lock files 2024-08-31 13:55:18 +02:00
Tobias Quadfasel 5a5f41246d feat(base-app): Add docker setup
Adding a dockerfile as well as an `entrypoint.sh` file for deployment
using `gunicorn`.
2024-08-29 17:35:14 +02:00
Tobias Quadfasel 25aeb62951 feat(base-app): Add gunicorn to dependencies 2024-08-29 17:34:04 +02:00
Tobias Quadfasel 065c831cde feat(base-app): Add base dash app file
This commit adds a file that contains a standard 'Hello World'
example of a plotly dash app.
2024-08-29 16:28:21 +02:00