Skip to content
Snippets Groups Projects
Verified Commit 6b07b547 authored by Martin Weise's avatar Martin Weise
Browse files

Updated the use-case

parent 66d7dd06
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -275,6 +275,9 @@ services: ...@@ -275,6 +275,9 @@ services:
container_name: dbrepo-ui container_name: dbrepo-ui
hostname: ui hostname: ui
image: registry.datalab.tuwien.ac.at/dbrepo/ui:1.4.5 image: registry.datalab.tuwien.ac.at/dbrepo/ui:1.4.5
environment:
NUXT_PUBLIC_API_CLIENT: "${BASE_URL:-http://localhost}"
NUXT_PUBLIC_UPLOAD_CLIENT: "${BASE_URL:-http://localhost}/api/upload/files"
depends_on: depends_on:
dbrepo-search-service: dbrepo-search-service:
condition: service_started condition: service_started
...@@ -397,8 +400,8 @@ services: ...@@ -397,8 +400,8 @@ services:
- "-s3-endpoint=${STORAGE_ENDPOINT:-http://storage-service:9000}" - "-s3-endpoint=${STORAGE_ENDPOINT:-http://storage-service:9000}"
- "-s3-bucket=dbrepo" - "-s3-bucket=dbrepo"
environment: environment:
AWS_ACCESS_KEY_ID: "${STORAGE_USERNAME:-seaweedfsadmin}" AWS_ACCESS_KEY_ID: "${S3_ACCESS_KEY_ID:-seaweedfsadmin}"
AWS_SECRET_ACCESS_KEY: "${STORAGE_PASSWORD:-seaweedfsadmin}" AWS_SECRET_ACCESS_KEY: "${S3_SECRET_ACCESS_KEY:-seaweedfsadmin}"
AWS_REGION: "${STORAGE_REGION_NAME:-default}" AWS_REGION: "${STORAGE_REGION_NAME:-default}"
depends_on: depends_on:
dbrepo-storage-service: dbrepo-storage-service:
......
---
author: Martin Weise
---
## tl;dr
[:fontawesome-solid-database:  Dataset](https://dbrepo1.ec.tuwien.ac.at/pid/52){ .md-button .md-button--primary target="_blank" }
## Description
This section will be expanded soon.
## Solution
We host a mirror from the [public data](https://www.stadttheater.uni-hamburg.de/) provided by UHH.
## DBRepo Features
- [x] System versioning
- [x] Subset exploration
- [x] External data access for analysis
## Acknowledgement
This work was part of a cooperation with the [University of Hamburg](https://www.uni-hamburg.de/en.html).
<img src="../../images/logos/uhh.png" width=100 />
\ No newline at end of file
.docs/images/logos/uhh.png

20.8 KiB

...@@ -310,6 +310,9 @@ services: ...@@ -310,6 +310,9 @@ services:
APP_VERSION: ${APP_VERSION:-latest} APP_VERSION: ${APP_VERSION:-latest}
COMMIT: ${CI_COMMIT_SHA:-} COMMIT: ${CI_COMMIT_SHA:-}
network: host network: host
environment:
NUXT_PUBLIC_API_CLIENT: "${BASE_URL:-http://localhost}"
NUXT_PUBLIC_UPLOAD_CLIENT: "${BASE_URL:-http://localhost}/api/upload/files"
depends_on: depends_on:
dbrepo-search-service: dbrepo-search-service:
condition: service_started condition: service_started
......
...@@ -51,6 +51,7 @@ nav: ...@@ -51,6 +51,7 @@ nav:
- Survey Data: examples/survey.md - Survey Data: examples/survey.md
- Lute Data: examples/lute-data.md - Lute Data: examples/lute-data.md
- Music-ML Data: examples/music.md - Music-ML Data: examples/music.md
- Theater Data: examples/theater.md
- Transportation Data: examples/transportation.md - Transportation Data: examples/transportation.md
- XPS Data: examples/xps-data.md - XPS Data: examples/xps-data.md
- publications.md - publications.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment