RFC 091: Digitisation ingest identifiers during the Sierra to Folio migration#159
Open
kenoir wants to merge 3 commits into
Open
RFC 091: Digitisation ingest identifiers during the Sierra to Folio migration#159kenoir wants to merge 3 commits into
kenoir wants to merge 3 commits into
Conversation
…igration Publishes the digitisation-ingest discovery work as an RFC. It sets out why the Sierra b-number cannot simply be swapped for a Folio id during the LMS migration, and proposes minting catalogue-style identifiers at ingest via a secured endpoint on the Identifiers API (RFC 089), with separate cross-migration and post-migration ingest paths. Regenerates the RFC listing table via .scripts/create_table_summary.py. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ring Mermaid treats ';' as a statement separator in sequence diagrams, so the verify-step message split mid-line and the diagram failed to render. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…s and arrow symbols Open question 1 now states the iiif-builder/DLCS concern in terms of the storage handle vs the file names in METS, and points to RFC 085, which owns the IIIF/DLCS identity rework and currently lists the Goobi message and METS shape among its open unknowns. Also replaces em-dashes and → / ↔ symbols with plain prose. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preview
View the rendered RFC on this branch (renders the Mermaid diagrams and tables):
What does this change?
Publishes the digitisation-ingest discovery work as RFC 091. The RFC sets out how digitisation ingest identifiers should work across the Sierra to Folio LMS migration.
Today the Sierra b-number is the shared key for digitised content. It is the Goobi ingest package id, the storage
externalIdentifier(digitised/<b-number>/vN), the METS work's own identity (mets/<b-number>), the merge candidate that joins the METS work onto the public catalogue work, and the IIIF manifest URI and DLCS asset ids. The migration removes the b-number, so the RFC explains why it cannot simply be swapped for a Folio id (doing so would reset storage versioning and silently break the merge join key, leaving digitised content invisible on the public record with no error), and proposes minting catalogue-style identifiers at ingest instead.The proposal builds a small application for digital production staff that creates ingest package metadata from Folio, and splits behaviour on whether the Folio record carries a predecessor pointer to an old b-number:
sierra-system-numbermerge candidate. This is the lower-risk path; it needs no transformer change and leans on RFC 083 predecessor relationships to keep canonical ids stable. After migration it needs only Folio-target merger rules.folio-instancemerge candidate and build themets/<folio-id>own-identity. The transformer carries C from the storageexternalIdentifierinto the work's identifier block, and the id_minter verifies themets/<folio-id>↔ C binding (raising rather than minting on a mismatch). This path is blocked on RFC 081'sIIdentityServicein iiif-builder.The RFC also covers alternatives considered, the merger-rule changes needed for Folio targets, dependencies for each path, and two open questions.
Files changed:
rfcs/091-digitisation-ingest-identifiers/README.md: the RFC document (with two Mermaid sequence diagrams for the current and proposed ingest flows).rfcs/README.md: RFC listing table regenerated by.scripts/create_table_summary.py(RFC 091 row added).How to test
.scripts/validate_rfc.py..scripts/create_table_summary.py --check-readme.../085…/,../088…/,../089…/,../090…/) resolve only once those branches merge; they are correct against the merged layout.How can we measure success?
No measurable runtime success criteria; this is a documentation RFC. Success is the RFC being reviewed and the team aligning on the digitisation-ingest identifier approach across the migration, in particular the decision to mint catalogue-style ids rather than reuse the Folio id, the cross-migration / post-migration split, and the secured mint endpoint on RFC 089.
Have we considered potential risks?
externalIdentifier(C) equals the METS record identifier (folio-id); and confirming the id_minter can verify a supplied source-id ↔ canonical-id binding and raise on a mismatch, rather than only assigning a fresh id.Notes for reviewers
IIdentityServicein iiif-builder) for the post-migration path. Related in-flight work: RFC 085 (IIIF identities, RFC 085: IIIF identities #143), RFC 088 (identity/requesting migration, RFC 088: Record the barcode sequence service #158), RFC 090 (CMS↔LMS sync, RFC 090: CMS and LMS Sync #157), and RFC 083 (stable identifiers) on main.🤖 Generated with Claude Code