Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
d8b9b255
Verified
Commit
d8b9b255
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Added stuff
parent
dcbe258a
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!277
Dev
,
!275
Dev
,
!270
Dev
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.docs/images/logos.png
+0
-0
0 additions, 0 deletions
.docs/images/logos.png
.docs/images/logos.psd
+0
-0
0 additions, 0 deletions
.docs/images/logos.psd
.docs/index.md
+9
-2
9 additions, 2 deletions
.docs/index.md
helm/dbrepo/templates/data-secret.yaml
+1
-1
1 addition, 1 deletion
helm/dbrepo/templates/data-secret.yaml
with
10 additions
and
3 deletions
.docs/images/logos.png
0 → 100644
+
0
−
0
View file @
d8b9b255
32 KiB
This diff is collapsed.
Click to expand it.
.docs/images/logos.psd
+
0
−
0
View file @
d8b9b255
No preview for this file type
This diff is collapsed.
Click to expand it.
.docs/index.md
+
9
−
2
View file @
d8b9b255
...
@@ -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

## How can I try DBRepo
## How can I try DBRepo
...
...
This diff is collapsed.
Click to expand it.
helm/dbrepo/templates/data-secret.yaml
+
1
−
1
View file @
d8b9b255
...
@@ -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_
ENDPOIN
T
:
"
{{
.Values.authservice.endpoint
}}"
AUTH_SERVICE_
HOS
T
:
"
{{
.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
}}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment