uoregon-libraries / newspaper-curation-app

Suite of front- and back-end tools for the curation of digitized newspaper materials
Apache License 2.0
8 stars 1 forks source link

Feature/precompute sha #314

Closed jechols closed 5 months ago

jechols commented 5 months ago

Closes #134

Adds a new pipeline when a curator queues an issue for metadata review. The pipeline does the same work that had happened instantly, but also adds a job to queue up SHA checksum generation via the .manifest file. This is used in the bag generation as a read-only cache: if a .manifest file is found, and has hashing data, its contents are used instead of recomputing the hash.

Normal contributors

I have done all of the following: