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

Model specific 'upload' behavior for actions in charge of uploading data #158

Closed
eblondel opened this issue Apr 22, 2021 · 0 comments
Closed
Assignees
Labels

Comments

@eblondel
Copy link
Collaborator

Actions such as zenodo, dataverse, possibly dataone or d4storagehub are actions that may need to be triggered at the end of the workflow (as last action), in case we want to upload all entity-related content (data, metadata, etc), generated during the geoflow execution. This is not a strict re-ordering, as these actions should also be triggered initially in the list of actions (related to #156 )

Examples:

  • a Zenodo action is triggered early in the workflow, to inherit a DOI from Zenodo (in order to inject it in other resources such as ISO 19115) but should be triggered also at the end to manage the upload of all files produced (including data, and metadata)
  • a D4Science action could also be triggered early in the workflow, eg. to upload the main data file (~ data features), inherit a D4Science resource hyperlink (in order to inject it in other resources such as ISO 19115), but should be triggered also at the end to manage upload of all files to D4science (including, data/metadata)

In general these actions can be considered as "generic" resource uploaders.

@eblondel eblondel added enhancement New feature or request technicality:NORMAL labels Apr 22, 2021
@eblondel eblondel self-assigned this Apr 22, 2021
eblondel added a commit that referenced this issue Apr 22, 2021
eblondel added a commit that referenced this issue Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant