ckanext-socrata
This extension provides a CKAN Harvest plugin that consumes metadata from Socrata data catalogs, using the Socrata Discovery API.
Installation
Install ckanext-harvest (https://github.com/ckan/ckanext-harvest#installation)
Install the extension on your virtualenv:
(pyenv) $ pip install -e git+https://github.com/ckan/ckanext-socrata.git#egg=ckanext-socrata
Install the extension requirements:
(pyenv) $ pip install -r ckanext-socrata/requirements.txt
Enable the required plugins in your ini file:
ckan.plugins = harvest socrata_harvester
Copying and License
This material is copyright (c) Open Knowledge International.
It is open and 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