Skip to content

CKAN harvester extension for Socrata data catalogs

License

Notifications You must be signed in to change notification settings

icebreakerone/ckanext-socrata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CKAN harvester extension for Socrata data catalogs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%