OAI-PMH harvester for CKAN. This extends CKAN harvester to parse OAI-PMH metadata sources and import datasets. Supported metadata schemas are oai_dc (Dublin Core), CMDI (Component MetaData Infrastructure).
The list of supported verbs consists of:
Please make sure you have ckanext-harvest installed. You can add a harvest source from CKAN UI and set the harvest source to use OAI-PMH harvester.
Configuration options:
Here is an example of a configuration object (the one that must be entered in the configuration field):
{
"limit": 10,
"set": ["hdl_10138_135703"],
"from": "2014-03-03"
}