MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

DPLA bulk data matching, match on md5 hashed id #268

Closed ghukill closed 5 years ago

ghukill commented 5 years ago

Looks as though DPLA bulk data has changed slightly, wher the id field is now an md5 hash.

Former:

_id: "mi--oai:michigan:wsuoai:oai:digital.library.wayne.eduwsudor_dpla:oai:digital.library.wayne.edu:wayne:vmc71192_1"

New:

_id: "be3bf43b2afe7661474ed8a341b227a4"

Where be3bf43b2afe7661474ed8a341b227a4 is an md5 hash of the full identifier. This will need to be accounted for in DPLA bulk matching.

ghukill commented 5 years ago

Skipping: decision made to match records on isShownAt field for a variety of reasons. Closing.