Extension IOTA


Extension Basics

Title
IOTA
Name
ckanext-iota
Type
Public extension
Description
Plugin to sync data from IOTA (Brazilian sustainable cities indicators) with CKAN. Harvester extension for importing datasets from indicadores.cidadessustentaveis.org.br.
CKAN versions
Download-Url (zip)
Last commit
12 years ago (2013-09-12 20:30:40)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

ckanext-iota

Plugin para sincronizar dados do IOTA com uma instância do CKAN.

Dependencies

  • CKAN >= 2.0
  • ckanext-harvest (http://github.com/okfn/ckanext-harvest)

Installation

  1. Install the plugin in your Python environment:

    pip install -e git+https://github.com/AwareTI/ckanext-iota.git#egg=ckanext-iota
    
  2. Add harvest and iota_harvester plugins to the ckan.plugins line in your CKAN configuration file.

Usage

  1. Go to the page to create a new Harvest Source in CKAN, usually at /harvest/new

  2. In the URL field, put the address of the dataset you want to import from Iota. For example, to import São Paulo, put http://indicadores.cidadessustentaveis.org.br/br/sp/sao-paulo (don’t forget the http://). Add the title and description of your preference.

  3. Select Iota in Source type. If it doesn’t appear here, there was a problem in your installation.

  4. Click save.

Adding datasets to groups

You can configure the plugin to automatically add datasets to one or more groups when they are imported. To do this, add the following in the Harvest Source Configuration field:

{ "groups": ["brasil", "sao-paulo"] }
Version
0.0.1
Version release date
(not set)
Contact name
Vitor Baptista
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Requires ckanext-harvest. For harvesting from IOTA (Brazilian indicators). Documentation in Portuguese.

Plugins to configure (ckan.ini)
harvest iota_harvester
CKAN Settings (ckan.ini)
# No specific environment variables required
DB migration to be executed
(not set)
<< back to Extensions