CKAN extension for harvest dataset on SpodCkan and Metarepo
- Overview
- License
- Requirements
- Installation
- Development Installation
- Contributing
- Support, Communication and Credits
ckanext-toscana-harvest is Free and Open Source software and is licensed under the GNU Affero General Public License (AGPL) v3.0 whose full text may be found at:
http://www.fsf.org/licensing/licenses/agpl-3.0.html
This extension provides plugins that allow CKAN to harvest datasets from SpodCkan endpoint and Metarepo application
The ckanext-toscana-harvest extension has been developed for CKAN 2.6 or later.
-
Go into your CKAN path for extension (like /usr/lib/ckan/default/src):
git clone https://github.com/eradan/ckanext-toscana-harvest.git
cd ckanext-toscana-harvest
pip install -e .
-
Add
toscana_harvest
spod_harvester
andmetarepo_harvester
to theckan.plugins
setting in your CKAN config file (by default the config file is located at/etc/ckan/default/production.ini
). -
Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
We welcome contributions in any form:
- pull requests for new features
- pull requests for bug fixes
- pull requests for documentation
- funding for any combination of the above
This work has been performed by Hyperborea with funding provided by Regione Toscana.
The work is provided as is and no warranty whatsoever is provided.