CKAN integration for uData
Install the harvester package in you udata environement:
pip install udata-ckan
The harvester will be automatically available as a backend choice.
Assuming you are in an active virtualenv with udata
installed and in the current project cloned repository directory, install all dependencies using:
pip install -e requirements/develop.pip
A docker-compose is availbe to start up a CKAN instance if you want to test your harvester on a custom catalog.
Tests are located into the tests
folder and be run with:
inv test