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

Added stuff

parent dcbe258a
Branches
Tags
3 merge requests!277Dev,!275Dev,!270Dev
.docs/images/logos.png

32 KiB

No preview for this file type
...@@ -15,14 +15,21 @@ project supporting data evolution, -citation and -versioning. It implements the ...@@ -15,14 +15,21 @@ project supporting data evolution, -citation and -versioning. It implements the
## Why use DBRepo? ## 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 Installing DBRepo is very easy or
[give it a try online](https://test.dbrepo.tuwien.ac.at){ target="_blank" }. [give it a try online](https://test.dbrepo.tuwien.ac.at){ target="_blank" }.
## Who is using DBRepo? ## Who is using DBRepo?
TBD ![Logos of DBRepo adopters](../images/logos.png)
## How can I try DBRepo ## How can I try DBRepo
......
...@@ -12,7 +12,7 @@ stringData: ...@@ -12,7 +12,7 @@ stringData:
AUTH_SERVICE_ADMIN_PASSWORD: "{{ .Values.authservice.auth.adminPassword }}" AUTH_SERVICE_ADMIN_PASSWORD: "{{ .Values.authservice.auth.adminPassword }}"
AUTH_SERVICE_CLIENT: "{{ .Values.authservice.client.id }}" AUTH_SERVICE_CLIENT: "{{ .Values.authservice.client.id }}"
AUTH_SERVICE_CLIENT_SECRET: "{{ .Values.authservice.client.secret }}" 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_EXCHANGE_NAME: "{{ .Values.brokerservice.exchangeName }}"
BROKER_HOST: "{{ .Values.brokerservice.host }}" BROKER_HOST: "{{ .Values.brokerservice.host }}"
BROKER_QUEUE_NAME: "{{ .Values.brokerservice.queueName }}" BROKER_QUEUE_NAME: "{{ .Values.brokerservice.queueName }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment