NASA-IMPACT / COSMOS

COSMOS is a web application designed to manage collections indexed in NASA's Science Discovery Engine (SDE), facilitating precise content selection and allowing metadata modification before indexing.
https://sde-indexing-helper.nasa-impact.net/
3 stars 1 forks source link

DumpUrl Ingest Code #1064

Closed CarsonDavis closed 1 week ago

CarsonDavis commented 1 month ago

Description

  1. Purges DumpUrl for that collection
  2. Saves incoming data to DumpUrl
  3. Runs the rules on it
  4. Purges the DeltaUrl model for that collection
  5. Populates the DeltaUrl model for that collection
    • Urls not found should be marked with a boolean of delete true
    • Only the delta fields should be written to the model, not fields that have remained the same
  6. Purges DumpUrl for that collection

Implementation Considerations

Deliverable

Dependencies

depends on