ckanext-snl
Harvester for the Swiss National Library (SNL) for the OGD portal of Switzerland.
Installation
Activate your CKAN virtualenv and install:
pip install -e git+https://github.com/ogdch/ckanext-snl.git@develop#egg=ckanext-snl
pip install -r requirements.txt
Add snl and snl_harvester to ckan.plugins.
Harvesting Commands
Run harvesting via paster:
paster --plugin=ckanext-harvest harvester gather_consumer
paster --plugin=ckanext-harvest harvester fetch_consumer
paster --plugin=ckanext-harvest harvester run
Export/Resume
Additional paster commands for export and resume operations.
Can be deployed as a daemon for continuous harvesting.
Note: This repository was archived on Jan 4, 2022.
Requirements
- ckanext-harvest
- lxml, boto, filechunkio, pyoai, urllib3, xlrd
License
AGPL-3.0 (Liip AG)