diff --git a/.docs/images/logos.png b/.docs/images/logos.png new file mode 100644 index 0000000000000000000000000000000000000000..79a5217434fc65a287962c83f6376550b9c2a6a6 Binary files /dev/null and b/.docs/images/logos.png differ diff --git a/.docs/images/logos.psd b/.docs/images/logos.psd index f6448014226ff1f39204b9e737fd5748f05128da..c91a87138faa69baf7b66a934035d97438b4c12d 100644 Binary files a/.docs/images/logos.psd and b/.docs/images/logos.psd differ diff --git a/.docs/index.md b/.docs/index.md index 49f9903b570e2c8b62cea772267708155c6f82a0..aa65b7d9396b0390a68ef2e6bddedb5b5cb397b6 100644 --- a/.docs/index.md +++ b/.docs/index.md @@ -15,14 +15,21 @@ project supporting data evolution, -citation and -versioning. It implements the ## Why use DBRepo? -* **aaa** bbbb +* **Built-in search** makes your dataset searchable without extra effort: most metadata is generated + automatically for data in your databases. +* **Citable datasets** adopting the recommendations of the RDA-WGDC, arbitrary subsets can be precisely, persistently + identified using system-versioned tables of MariaDB and the DataCite schema for minting DOIs. +* **Powerful API for Data Scientists** with our strongly typed Python Library, Data Scientists can import, export and + work with data from Jupyter Notebook or Python script, optionally using Pandas DataFrames. +* **Cloud Native** our lightweight Helm chart allows for installations on any cloud provider or private-cloud setting + that has an underlying PV storage provider. Installing DBRepo is very easy or [give it a try online](https://test.dbrepo.tuwien.ac.at){ target="_blank" }. ## Who is using DBRepo? -TBD + ## How can I try DBRepo diff --git a/helm/dbrepo/templates/data-secret.yaml b/helm/dbrepo/templates/data-secret.yaml index 6e95ab880261312c86d9672ad79a0aff4ddf00e4..b5307a23d95df9abcf06868646ddc8ac85c80e70 100644 --- a/helm/dbrepo/templates/data-secret.yaml +++ b/helm/dbrepo/templates/data-secret.yaml @@ -12,7 +12,7 @@ stringData: AUTH_SERVICE_ADMIN_PASSWORD: "{{ .Values.authservice.auth.adminPassword }}" AUTH_SERVICE_CLIENT: "{{ .Values.authservice.client.id }}" AUTH_SERVICE_CLIENT_SECRET: "{{ .Values.authservice.client.secret }}" - AUTH_SERVICE_ENDPOINT: "{{ .Values.authservice.endpoint }}" + AUTH_SERVICE_HOST: "{{ .Values.authservice.endpoint }}" BROKER_EXCHANGE_NAME: "{{ .Values.brokerservice.exchangeName }}" BROKER_HOST: "{{ .Values.brokerservice.host }}" BROKER_QUEUE_NAME: "{{ .Values.brokerservice.queueName }}"