Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 960 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 960 Bytes

ckanext-socrata

This extension provides a CKAN Harvest plugin that consumes metadata from Socrata data catalogs, using the Socrata Discovery API.

Installation

  1. Install ckanext-harvest (https://github.com/ckan/ckanext-harvest#installation)

  2. Install the extension on your virtualenv:

    (pyenv) $ pip install -e git+https://github.com/ckan/ckanext-socrata.git#egg=ckanext-socrata
    
  3. Install the extension requirements:

    (pyenv) $ pip install -r ckanext-socrata/requirements.txt
    
  4. 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