NatLibFi / RecordManager

A metadata record management system written in PHP, intended to be used in conjunction with VuFind or another Solr-based discovery interface. Provides import, export, harvesting (OAI-PMH), normalization, deduplication and Solr index update functionality with support for multiple metadata formats. Also includes an OAI-PMH provider that can be used to access the data stored in RecordManager database. Functionality driven by simple command line programs for easy automation.
GNU General Public License v2.0
47 stars 31 forks source link

Add GeniePlus Harvester #99

Closed demiankatz closed 2 years ago

demiankatz commented 2 years ago

TODO

demiankatz commented 2 years ago

@EreMaijala, please consider this a draft for now, but I wanted to share my work in progress in case you have any feedback.

EreMaijala commented 2 years ago

@demiankatz Looks pretty good to me already. I glanced through the code and added a couple of observations.

demiankatz commented 2 years ago

Thanks, @EreMaijala, I think we're in pretty good shape now -- I've addressed all of your feedback. Feel free to merge this if you think it's ready, or to leave it open if you want to give it a few days to be sure I don't make more changes. I think I've met all of my immediate needs, but it's possible I might come up with a tweak or two as I test further.