Skip to content
Snippets Groups Projects
Select Git revision
  • 40d2baabf2753a47aadca767e80a52b90b9f1ae1
  • master default protected
  • dev protected
  • release-1.12 protected
  • 570-generate-java-docs-automatically
  • release-1.11 protected
  • replication_test_two
  • luca_ba_new_interface
  • replication_test
  • release-1.10 protected
  • 533-integrate-semantic-recommendation-2
  • 556-usage-statistics
  • 553-semantic-recommendation-2
  • 553-semantic-recommendation
  • 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
  • v1.12.0 protected
  • v1.11.0 protected
  • v1.10.5 protected
  • v1.10.4 protected
  • v1.10.3 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
41 results

data-visibility.md

Blame
  • Martin Weise's avatar
    Martin Weise authored
    Signed-off-by: Martin Weise's avatarMartin Weise <martin.weise@tuwien.ac.at>
    40d2baab
    History
    data-visibility.md 1.68 KiB
    author: Martin Weise

    There are several ways to set the visibility of (meta-)data in DBRepo. It is possible to set the data visibility to visible/hidden and the schema to be visible/hidden for each database and separately for each table, each view and each subset of a database.

    Visibility

    In total there are four possible visibility settings that can be applied on database level and then at the subsequent levels (table, view, subset). We give two examples for better understanding:

    !!! example "Example: Database that is hidden but certain views and subsets are visible"

    Database Airquality has the settings to hide all data and schema by default.
    
    * Table `sensor_measurements`

    Visible

    !!! info "Possible use-case: data publication supplement to an open-access publication"

    Where the database's data and metadata is set to be visible. This means everything in the database (tables, views, subsets) are visible by anyone from the public.

    Data-only

    !!! info "Possible use-case: private sensor measurements with timed embargo"

    Where the database's data set to be hidden but the schema to be visible. This means everything in the database (tables, views, subsets) are by default not visible by anyone from the public. You can however make specific views that join tables and/or filter certain columns and apply a 14-day delay-embargo.

    Mirroring statistical properties in Metadata Database and Search Database
    Figure 1: Public view that joins two private tables and applies a time-embargo

    Schema-only

    Draft

    !!! info "Possible use-case: project data storage before publication"