yalelibrary / YUL-DC

Preliminary issue tracking for Yale University Libraries Digital Collections project
3 stars 0 forks source link

Ingest Ladybird checksums into DCS for validation purposes #2963

Open sshetenhelm opened 1 week ago

sshetenhelm commented 1 week ago

Story Prior to completing the work in #2962, we will need to ingest the Ladybird image checksums into DCS storage.

Acceptance

martinlovell commented 1 week ago

All checksum from Ladybird are in /data/10 on the management-workers.

The files are tsv format: e.g.

15473151    9b79f8d6d5ee9a2da7855c0334eaddcf    null    pctybr_inv_4641_ro.tif  42532396    PRIMARY
15473154    6e531052accb00a39f1e5a83f8cadbb1    null    pctybr_inv_4705_ro.tif  68008516    PRIMARY
15473148    6bc58a223cac0d72a6e392dab7f89fda    null    pctybr_inv_4628_ro.tif  69626456    PRIMARY

Child OID, MD5, Sha256, filename, filesize, label

You can ignore filename and label.

The filenames are collection_#.tsv. e.g. collection_1.tsv. (1-27)

martinlovell commented 4 days ago

https://github.com/yalelibrary/yul-dc-management/pull/1457

K8Sewell commented 4 days ago

Deployed to Test with release v2.72.9