You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
As a submitter
I want to be able to start the ingestion process with an API call
So that I have control of the process.
For the first implementation of this, this one will be specific for the BigPicture project. Would be nice to make it more general and also fit other use-cases in the future.
Probably a POST that starts ingestion of a specific submission.
Use the new API from the metadata-portal to figure out what files to ingest.
Send MQ messages for each file to the ingestion system
The API should as one parameter include a notification email that can later be used to inform the submitter if something went wrong or if everything is ingested properly
The text was updated successfully, but these errors were encountered:
As a submitter
I want to be able to start the ingestion process with an API call
So that I have control of the process.
For the first implementation of this, this one will be specific for the BigPicture project. Would be nice to make it more general and also fit other use-cases in the future.
Probably a POST that starts ingestion of a specific submission.
The text was updated successfully, but these errors were encountered: