CKAN integration for udata


Keywords
udata, harvester, CKAN, open-data, opendata
License
Other
Install
pip install udata-ckan==3.0.2

Documentation

CKAN

Crowdin

CKAN integration for uData

Usage

Install the harvester package in you udata environement:

pip install udata-ckan

The harvester will be automatically available as a backend choice.

Develop

Python dependencies

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

CKAN instance

A docker-compose is availbe to start up a CKAN instance if you want to test your harvester on a custom catalog.

Testing

Tests are located into the tests folder and be run with:

inv test