Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove data orchestrator and openrdm docs #611

Merged
merged 6 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 9 additions & 17 deletions content/en/users/data/management/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,37 +26,29 @@ and can be accessed from most [compute services](../../compute).

## Generic data management

These higher-level data management services are available to researchers:
This higher-level data management service is available to researchers:

- [EGI Rucio](rucio) is tailored to medium/big scientific collaborations, allowing
users to organise, manage, and access their data at scale. Data can be distributed
across heterogeneous data centers at widely distributed locations.
- [EGI DataHub](datahub) is a high-performance data management solution that
offers unified data access across multiple types of underlying storage, allowing
users to share, collaborate and easily perform computations on the stored data.

## Specialized data management

The following specialized data management services are also available:
The following specialized data management service is also available:

- [EGI Data Transfer](data-transfer) is a low-level service to move data from
one [Grid](../storage/grid-storage) or [Object](../storage/object-storage) storage
to another. It is used internally by [Rucio](rucio) to schedule transfers based
on the data policies defined by the users.
- [openRDM](open-rdm) is a combined [FAIR](https://en.wikipedia.org/wiki/FAIR_data)
data management platform, Electronic Laboratory Notebook (ELN) and Inventory Management System
allowing a complete overview of workflows and information, from initial data generation
to data analysis and publication.
to another.

## Use-cases for storing and managing research data
## Use-cases for storing research data

Depending on the type of the employed compute services and the use-cases being addressed,
users might need to choose different data service to store, access, and manage data.

| User | Data storage | Data management (optional) |
| -------------- | -------------------------------------------------------- | -------------------------- |
| **Cloud user** | Block and Object storage | DataHub |
| **HTC user** | Grid storage | Rucio |
| **HPC user** | High-performance parallel file systems or Object storage | DataHub or Rucio |
| User | Data storage |
| -------------- | -------------------------------------------------------- |
| **Cloud user** | Block and Object storage |
| **HTC user** | Grid storage |
| **HPC user** | High-performance parallel file systems or Object storage |

The following sections offer detailed descriptions for each data management service.
1 change: 1 addition & 0 deletions content/en/users/data/management/open-rdm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: openRDM
linkTitle: Research Data Management
type: docs
weight: 50
draft: true
weight:
description: >
Organise data in research projects with openRDM
Expand Down
1 change: 1 addition & 0 deletions content/en/users/data/management/rucio/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Rucio
linkTitle: Data Orchestrator
type: docs
weight: 40
draft: true
description: >-
Organise and access data at scale with Rucio
---
Expand Down
1 change: 1 addition & 0 deletions content/en/users/data/management/rucio/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Administering Rucio
linkTitle: Administration
type: docs
weight: 30
draft: true
description: >-
Help Rucio admins understand and perform actions for their VO
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Rucio Command-Line Interface
linkTitle: Command Line
type: docs
weight: 20
draft: true
description: >-
The most common Rucio commands
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Dteam Specific Documentation"
type: docs
linkTitle: "Rucio Dteam"
weight: 40
draft: true
description: >-
How to get set up with the dteam VO
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Getting Started with Rucio
linkTitle: Getting Started
type: docs
weight: 10
draft: true
description: >-
How to get started with Rucio
---
Expand Down
Loading