Skip to content

unaguil/ckanext-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckanext-extractor

Plugin for automatic extraction of data sources.

Tested with CKAN 1.8

Installation

Install plugin

python setup.py install

Update CKAN development.ini file to load the plugin

ckan.plugins = stats extractor

Initialize new tables on CKAN database (Change user & pass)

python ckanext/extractor/model/initDB.py

Apply patch to CKAN code for adding periodic task support to paster launcher

Copy patch content from https://gist.github.com/4547407 to a file named beat_support.patch and execute next line on CKAN source directory

git apply beat_support.patch

Celery task queue initialization This plugin uses Celery (http://celeryproject.org/) for task queueing.

Start the CKAN instance

paster serve development.ini

Start the Celery server

paster celeryd run beat

About

CKAN plugin for the automatic extraction of data sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages