NASA-PDS / doi-service

Service and tools for generating DOIs for PDS bundles, collections, and data sets
https://nasa-pds.github.io/doi-service
Other
2 stars 3 forks source link

Develop script to sync DOIs with legacy registry #248

Closed jordanpadams closed 2 years ago

jordanpadams commented 3 years ago

Engineering Details

This should be a script that can be run as a cronjob to:

tloubrieu-jpl commented 2 years ago

@jordanpadams is the legacy registry the registry in production now (before the deployment that Jimmie is working on ?)

jordanpadams commented 2 years ago

@tloubrieu-jpl @collinss-jpl it is the registry that drives this: https://pds.nasa.gov/services/search/search?wt=json&q=: which drives this: https://pds.nasa.gov/datasearch/keyword-search/

now that I think about it though, I think we will not be able to use this service to do this. the registry re-indexes everything every time there is a new release, so it will lose those DOIs as soon as there is another data release. we should just update the new registry, and our landing pages can just query the new registry for the DOIs

tloubrieu-jpl commented 2 years ago

Ok, thanks @jordanpadams that makes that ticket easier !