Skip to content
Snippets Groups Projects
Select Git revision
  • 73c7f9b7ca14f377edae49cb227f08c4ce854390
  • master default protected
  • dev protected
  • replication_test
  • release-1.10 protected
  • release-1.9 protected
  • 551-init-broker-service-permissions
  • 549-test-oai-pmh
  • 545-saving-multiple-times-breaks-pid-metadata
  • 499-standalone-compute-service-2
  • 539-load-tests
  • hotfix/helm-chart
  • luca_ba_new_interface
  • 534-bug-when-adding-access-to-user-that-is-not-registered-at-dashboard-service
  • release-1.8 protected
  • 533-integrate-semantic-recommendation
  • feature/openshift
  • 518-spark-doesn-t-map-the-headers-correct
  • 485-fixity-checks
  • 530-various-schema-problems-with-subsets
  • release-1.7 protected
  • v1.10.2 protected
  • v1.10.1 protected
  • v1.10.0-rc13 protected
  • v1.10.0-rc12 protected
  • v1.10.0-rc11 protected
  • v1.10.0-rc10 protected
  • v1.10.0-rc9 protected
  • v1.10.0-rc8 protected
  • v1.10.0-rc7 protected
  • v1.10.0-rc6 protected
  • v1.10.0-rc5 protected
  • v1.10.0-rc4 protected
  • v1.10.0-rc3 protected
  • v1.10.0-rc2 protected
  • v1.10.0rc1 protected
  • v1.10.0rc0 protected
  • v1.10.0 protected
  • v1.9.3 protected
  • v1.9.2 protected
  • v1.9.2-rc0 protected
41 results

storage-service.md

Blame
  • mkdocs.yml 4.18 KiB
    site_name: Database Repository
    site_url: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.6/
    repo_url: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services
    repo_name: fda-services
    site_author: Research Unit Data Science, Technische Universität Wien
    copyright: CC-BY 4.0 Technische Universität Wien & Universität Wien
    docs_dir: .docs
    nav:
      - Get Started:
        - Welcome to DBRepo: index.md
        - Why use DBRepo: why.md
        - Help with DBRepo: help.md
        - Installation: installation.md
        - Kubernetes: kubernetes.md
        - changelog.md
        - contributing.md
      - Concepts:
        - Overview: concepts/index.md
        - Authentication: concepts/authentication.md
        - Data Versioning: concepts/data-versioning.md
        - Data Visibility: concepts/data-visibility.md
        - Messaging: concepts/messaging.md
        - Monitoring: concepts/monitoring.md
        - Persistent Identifier: concepts/pid.md
        - Search: concepts/search.md
        - User Interface: concepts/ui.md
      - API:
        - Overview: api/index.md
        - Databases:
          - Data Database: api/data-db.md
          - Metadata Database: api/metadata-db.md
          - Metric Database: api/metric-db.md
        - SDK:
          - Python Library: api/python.md
          - Swagger / OpenAPI: api/open-api.md
        - Services:
          - Analyse Service: api/analyse-service.md
          - Auth Service: api/auth-service.md
          - Broker Service: api/broker-service.md
          - Dashboard Service: api/dashboard-service.md
          - Data Service: api/data-service.md
          - Gateway Service: api/gateway-service.md
          - Identity Service: api/identity-service.md
          - Metadata Service: api/metadata-service.md
          - Search Service: api/search-service.md
          - Storage Service: api/storage-service.md
          - Upload Service: api/upload-service.md
        - UI:
          - Customization: api/ui.md
      - Examples:
        - Air Quality Data: examples/air.md
        - COVID-19 Data: examples/covid-19.md
        - Hazard Data: examples/hazard.md
        - Health Data: examples/health.md
        - Industry 4.0 Power Data: examples/power.md
        - Survey Data: examples/survey.md
        - Lute Data: examples/lute-data.md
        - Music-ML Data: examples/music.md
        - Theater Data: examples/theater.md
        - Transportation Data: examples/transportation.md
        - XPS Data: examples/xps-data.md
      - publications.md
      - contact.md
    extra_css:
      - stylesheets/extra.css
    theme:
      favicon: images/favicon.ico
      custom_dir: .docs/overrides
      font:
        text: IBM Plex Serif
        code: IBM Plex Mono
      features:
        - navigation.tabs
        - navigation.tabs.sticky
        - navigation.instant
        - navigation.sections
        - content.code.annotate
        - content.code.copy
        - content.tooltips
      icon:
        logo: material/database-search
        repo: fontawesome/brands/git-alt
      palette:
        # Palette toggle for light mode
        - media: "(prefers-color-scheme: light)"
          scheme: default
          primary: custom
          font:
            code: Roboto Mono
          toggle:
            icon: material/brightness-7
            name: Switch to dark mode
        # Palette toggle for dark mode
        - media: "(prefers-color-scheme: dark)"
          scheme: slate
          primary: custom
          font:
            code: Roboto Mono
          toggle:
            icon: material/brightness-4
            name: Switch to light mode
      name: material
    markdown_extensions:
      - attr_list
      - def_list
      - md_in_html
      - admonition
      - pymdownx.details
      - pymdownx.superfences
      - pymdownx.tasklist:
          custom_checkbox: true
      - pymdownx.tabbed:
          alternate_style: true
      - toc:
          permalink: True
      - pymdownx.emoji:
          emoji_index: !!python/name:materialx.emoji.twemoji
          emoji_generator: !!python/name:materialx.emoji.to_svg
          options:
            custom_icons:
              - .docs/overrides/.icons
    extra:
      homepage: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.6/
      version:
        default: 1.6
        provider: mike
      social:
        - icon: simple/artifacthub
          link: https://artifacthub.io/packages/helm/dbrepo/dbrepo
        - icon: fontawesome/brands/docker
          link: https://hub.docker.com/search?q=dbrepo
        - icon: fontawesome/brands/python
          link: https://pypi.org/project/dbrepo/
        - icon: fontawesome/brands/gitlab
          link: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services