logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::OAI - Catmandu modules for working with OAI repositories

Author

       Nicolas Steenlant, "<nicolas.steenlant at ugent.be>"

Contributor

       Patrick Hochstenbach, "<patrick.hochstenbach at ugent.be>"

       Jakob Voss, "<nichtich at cpan.org>"

       Nicolas Franck, "<nicolas.franck at ugent.be>"

Modules

       •   Catmandu::Importer::OAI

       •   Catmandu::Store::OAI

Name

       Catmandu::OAI - Catmandu modules for working with OAI repositories

Synopsis

         # From the command line
         $ catmandu convert OAI --url http://biblio.ugent.be/oai --set allFtxt
         $ catmandu convert OAI --url http://biblio.ugent.be/oai --metadataPrefix mods --set books
         $ catmandu convert OAI --url http://biblio.ugent.be/oai --metadataPrefix mods --set books --handler raw
         $ catmandu import OAI --url http://biblio.ugent.be/oai --set allFtxt to MongoDB --database-name biblio

         # Harvest repository description
         $ catmandu convert OAI --url http://myrepo.org/oai --identify 1

         # Harvest identifiers
         $ catmandu convert OAI --url http://myrepo.org/oai --listIdentifiers 1

         # Harvest sets
         $ catmandu convert OAI --url http://myrepo.org/oai --listSets 1

         # Harvest metadataFormats
         $ catmandu convert OAI --url http://myrepo.org/oai --listMetadataFormats 1

         # Harvest one record
         $ catmandu convert OAI --url http://myrepo.org/oai --getRecord 1 --identifier oai:myrepo:1234

See Also