Extension OpenRefine


Extension Basics

Title
OpenRefine
Name
ckanext-openrefine
Type
Public extension
Description
CKAN extension for adding Open Refine analysis into dataset resources, allowing users to open and refine data directly from the CKAN resource view.
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-12-18 20:00:00)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

Ckanext-OpenRefine

CKAN Extension for adding Open Refine analysis into your dataset resources.

Dependencies

Installation / Setup

  1. Install the CKAN extension to your local environment.

    (pyenv) $ pip install -e git+https://github.com/CodeandoMexico/ckanext-openrefine.git@master#egg=ckanext-widgets
    
  2. Activate the plugin in your config.ini by adding the extension.

    ckan.plugins = openrefine
    

Questions or issues?

We keep the project’s conversation in our issues page issues. If you have any other question you can reach us at equipo@codeandomexico.org.

Contribute

We want this project to be the result of a community effort. You can collaborate with code, ideas and bugs.

Core Team

This project is an initiative of Codeando México.

  • Noé Domínguez Porras
  • Miguel Angel Gordian

License

Available under the license: GNU Affero General Public License (AGPL) v3.0.

Created by Codeando México, 2014.

Version
0.1
Version release date
2014-12-18
Contact name
Codeando México
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Install the extension and add ‘openrefine’ to the plugins list in the CKAN config file. Requires the Requests Python library.

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