Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecat/catmandu-oai
Catmandu modules for working with OAI repositories
https://github.com/librecat/catmandu-oai
Last synced: 4 days ago
JSON representation
Catmandu modules for working with OAI repositories
- Host: GitHub
- URL: https://github.com/librecat/catmandu-oai
- Owner: LibreCat
- Created: 2012-05-07T07:17:44.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T05:53:05.000Z (3 months ago)
- Last Synced: 2024-08-23T06:51:31.539Z (3 months ago)
- Language: Perl
- Homepage: https://metacpan.org/release/Catmandu-OAI
- Size: 97.7 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# 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# MODULES
- [Catmandu::Importer::OAI](https://metacpan.org/pod/Catmandu%3A%3AImporter%3A%3AOAI)
- [Catmandu::Store::OAI](https://metacpan.org/pod/Catmandu%3A%3AStore%3A%3AOAI)# AUTHOR
Nicolas Steenlant, ``
# CONTRIBUTOR
Patrick Hochstenbach, ``
Jakob Voss, ``
Nicolas Franck, ``
# LICENSE AND COPYRIGHT
Copyright 2016 Ghent University Library
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.See http://dev.perl.org/licenses/ for more information.