Skip to content

Commit

Permalink
Changes by create-pull-request action (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots authored Nov 29, 2023
2 parents 902079d + 127b0bb commit d8e4584
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/services/sda.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sda - sensitive-data-archive
SDA - Sensitive Data Archive
============

Repository:
Expand All @@ -10,12 +10,12 @@ It can be used as part of a [Federated EGA](https://ega-archive.org/federated) o

The SDA submission pipeline has four main steps:

1. [Ingest](cmd/ingest.md) splits file headers from files, moving the header to the database and the file content to the archive storage.
2. [Verify](cmd/verify.md) verifies that the header is encrypted with the correct key, and that the checksums match the user-provided checksums.
3. [Finalize](cmd/finalize.md) associates a stable accessionID with each archive file and backups the file.
4. [Mapper](cmd/mapper.md) maps file accessionIDs to a datasetID.
1. [Ingest](cmd/ingest/ingest.md) splits file headers from files, moving the header to the database and the file content to the archive storage.
2. [Verify](cmd/verify/verify.md) verifies that the header is encrypted with the correct key, and that the checksums match the user-provided checksums.
3. [Finalize](cmd/finalize/finalize.md) associates a stable accessionID with each archive file and backups the file.
4. [Mapper](cmd/mapper/mapper.md) maps file accessionIDs to a datasetID.

There are also three additional support services:

1. [Intercept](cmd/intercept.md) relays messages from Central EGA to the system.
2. [s3inbox](cmd/s3inbox.md) proxies uploads to the an S3 compatible storage backend.
1. [Intercept](cmd/intercept/intercept.md) relays messages from Central EGA to the system.
2. [s3inbox](cmd/s3inbox/s3inbox.md) proxies uploads to the an S3 compatible storage backend.

0 comments on commit d8e4584

Please sign in to comment.