Extension DataPusher Extension (CKAN 2.1 Backport)


Extension Basics

Title
DataPusher Extension (CKAN 2.1 Backport)
Name
ckanext-datapusherext
Type
Public extension
Description
CKAN 2.1 backport of datapusher functionality. This extension enables working with the datapusher on CKAN 2.1 - CKAN 2.2+ has this functionality built in.
CKAN versions
Download-Url (zip)
Last commit
12 years ago (2014-01-31 15:35:21)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-datapusherext - CKAN 2.1 backport of datapusher

This extension is used for working with the datapusher on CKAN 2.1. CKAN 2.2 will have this functionality built in.

Note: This extension is only needed for CKAN 2.1. CKAN 2.2 and later versions have datapusher support built-in.

Requirements

In order to use this the datapusher needs to be installed. See:

https://github.com/ckan/datapusher

Installation

  1. Clone the repository:
cd /usr/lib/ckan/default/src
git clone https://github.com/ckan/ckanext-datapusherext.git
cd ckanext-datapusherext
  1. Install the extension:
python setup.py develop
  1. Add datapusher to your CKAN config file’s ckan.plugins setting.

Configuration

Add the following to your CKAN config:

ckan.datapusher.url = <urlofdatapusher>

Where <urlofdatapusher> is the fully qualified URL of the datapusher service.

Important Note

This is a legacy extension for CKAN 2.1 only. If you are using CKAN 2.2 or later, you do not need this extension as the datapusher functionality is already included in CKAN core.

Version
Version release date
(not set)
Contact name
CKAN
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Legacy extension for CKAN 2.1 only. CKAN 2.2+ has datapusher built-in. Requires external datapusher service.

Plugins to configure (ckan.ini)
datapusher
CKAN Settings (ckan.ini)
# ckan.datapusher.url = http://127.0.0.1:8800
DB migration to be executed
(not set)
<< back to Extensions