AtlasOfLivingAustralia / doi-service

ALA DOI minting service - integrates with ANDS to produce the DOI, provides a landing page, and stores the associated file
https://doi.ala.org.au/
0 stars 4 forks source link

Push file from biocache service to DOI service instead of passing the url for it. #37

Closed javier-molina closed 4 years ago

javier-molina commented 6 years ago

Currently the way Biocache and DOI services exchange the download zip file is as this:

  1. Biocache service passes a url do DOI service to access the file
  2. Doi service retrieves the file and stores it

With the imminent shutdown of the download urls in biocache this process has to change to this:

  1. Biocache service will stream the file contents directly to DOI Service.
ansell commented 4 years ago

Done.