Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MARC fetcher and mappers #674

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

Implement MARC fetcher and mappers #674

wants to merge 19 commits into from

Conversation

lthurston
Copy link
Contributor

@lthurston lthurston commented Dec 17, 2023

Includes:

  • MARC fetcher (for old-fashioned machine-readable, MARC)
  • Mapper for ucb_tind, at the time of writing in a very early state

Notes:

  • The code for the legacy ucb_tind mapper is nearly as convoluted as MARC is archaic. This represents an attempt to come at the mapper from a more developer-friendly perspective (a goal, as I understand it, of Rikolti generally). However, it also means that the rewrite may take some time to make feature complete.
  • Class structure is not final. Specifically, ucb_tind, should be a subclass of OAI, maybe? And, development is happening in the ucb_tind mapper, but some of the word might apply to the marc parent class. This work is more a POC for the approach to the mapping.

@lthurston lthurston force-pushed the marc branch 2 times, most recently from db952f0 to 75d828c Compare December 17, 2023 19:32
@amywieliczka amywieliczka force-pushed the main branch 5 times, most recently from 5664e9b to d833812 Compare February 14, 2024 16:50
* Dedupe before flattening values
* Retitle a function to marc_tags_as_dict
* Update documentation
@amywieliczka amywieliczka force-pushed the main branch 2 times, most recently from 0f12718 to d5906d6 Compare March 18, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants