This extension provides a CKAN harvester for harvesting datasets from open government data portals. It was developed by Code for Africa (originally codefortanzania) as part of their open data initiatives.
The harvester extends the standard CKANHarvester with additional functionality for uploading to destination CKAN instances using API key authentication.
Configuration:
- Configure user API key in the CKANHarvester Configuration JSON for uploading to destination CKAN instance
- JSON configuration: {“ckan_api_key”: “”}
Requirements:
- CKAN installation
- ckanext-harvest
Includes Travis CI configuration for automated testing.