Use Case:
Cylc job running on remote system wishes to ingest data into the NLDS, and remove data on that system when NLDS has the data. That requires something like:
job - > nlds : load manifest
nlds -> job: job id
repeat:
job -> nlds: is it loaded?
until: ndls -> job: yes
job deletes local copy of data described by manifest
which requires client-side support, which may or may not be planned for.
Use Case:
Cylc job running on remote system wishes to ingest data into the NLDS, and remove data on that system when NLDS has the data. That requires something like:
which requires client-side support, which may or may not be planned for.