https://github.com/cscfi/fairdata-ckanext-oaipmh
https://github.com/cscfi/fairdata-ckanext-oaipmh
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cscfi/fairdata-ckanext-oaipmh
- Owner: CSCfi
- License: agpl-3.0
- Created: 2022-09-15T12:39:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T10:30:00.000Z (over 3 years ago)
- Last Synced: 2025-01-07T12:26:40.070Z (over 1 year ago)
- Language: Python
- Size: 751 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
OAI-PMH harvester for Metax
===========================
This extends CKAN harvester to parse OAI-PMH metadata sources and import datasets.
The list of supported verbs consists of:
* GetRecord: fetches a single dataset.
* Identify: when creating the client object ('harvest source'), displays information about this OAI-PMH server.
* ListIdentifiers: fetches individual datasets' identifiers.
* ListSets: fetches identifiers of sets.
Harvester configuration
-----------------------
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:
- from: Harvest datasets starting from date YYYY-MM-DD.
- limit: Import only first 'limit' number of XML files.
- set: Harvest only from certain sets.
- type: Harvest only certain type.
- until: Harvest datasets before date YYYY-MM-DD.
License
-------
Copyright (c) 2018 Ministry of Education and Culture, Finland
Licensed under [GNU Affero General Public License v3.0](LICENSE)