Actions you can take

Overview

Pipeline command overview

Pipeline command flow diagram from ppt

Changing source data

Change the data in your source system, export it, and commit the file to the collections-app github repo with the appropriate filename (eg, MS.6.xml).

Changing reconciliation data

Reconciliation data is handled in two ways:

  • A CSV data file with reconciliation entries (eg, AAT terms and local vocabulary labels, artist IDs with their wikidata IDs)
  • Data in source systems linking a given maker to a ULAN, LCNAF, Wikidata, or ISNI identifier.

If you need to change how a reconciled term appears in the site, you should change the CSV file. If you need to change the specific term being unified for an object in reconciliation (eg, aat:1234 to aat:6789), you should change the data in the source system.

Changing images

To change an image, make a change in the source repository (on the home network share) and re-run pipeline images compress.

Clearing the image cache

Requests to the image server pass first through an AWS CloudFront CDN that provides a basic cache of requested IIIF resources. While this provides some level of protection against high load events it can sometimes become out of sync with the compressed image repository, particularly after a series of updates, due to the length of time it takes for the CDN to execute the clear of the cache (~15min).

It can be helpful (and will not harm the service) to execute pipeline images cache-clear in these circumstances.

References

  • TBD