Extension Socrata


Extension Basics

Title
Socrata
Name
ckanext-socrata
Type
Public extension
Description
CKAN harvester extension for Socrata data catalogs
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-11-09 13:18:04)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

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

Version
2.0.3a
Version release date
2018-09-28
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
  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
    
Plugins to configure (ckan.ini)
harvest socrata_harvester
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions