0.0
No commit activity in last 3 years
No release in over 3 years
A Gem to harvest OAI-PMH repositories
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 5.0
~> 10.0

Runtime

 Project Readme

MiniHarvest

Build Status

MiniHarvest is used to harvest sets of MARCXML records from an OAI-PMH endpoint.The records are appended to a single MARCXML file that can be ingested with SolrMarc or other used with other sofware.

Installation

Add this line to your application's Gemfile:

gem 'miniharvest'

And then execute:

$ bundle

Or install it yourself as:

$ gem install miniharvest

Usage

On the command line:

miniharvest http://oai-pmh/endpoint/ setname 201607 marc.xml

The first argument is the OAI-PMH endpoint, the second is the set you want to harvest, the third is a from date, and the last is the file to write the output to.

License

The gem is available as open source under the terms of the MIT License.