Extension Data Converter


Extension Basics

Title
Data Converter
Name
ckanext-dataconverter
Type
Public extension
Description
CKAN extension for converting data between formats, including data validation capabilities.
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2021-01-13 17:18:31)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-dataconverter

Requirements

For example, you might want to mention here which versions of CKAN this extension works with.

Installation

To install ckanext-dataconverter:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-dataconverter Python package into your virtual environment:

    pip install ckanext-dataconverter

  3. Add dataconverter to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

  4. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:

    sudo service apache2 reload

Config settings

None at present

Developer installation

To install ckanext-dataconverter for development, activate your CKAN virtualenv and do:

git clone https://github.com/congbk92/ckanext-dataconverter.git
cd ckanext-dataconverter
python setup.py develop
pip install -r dev-requirements.txt

Tests

To run the tests, do:

pytest --ckan-ini=test.ini

To run the tests and produce a coverage report, first make sure you have pytest-cov installed in your virtualenv (pip install pytest-cov) then run:

pytest --ckan-ini=test.ini --cov=ckanext.dataconverter
Version
0.0.1
Version release date
2019-01-01
Contact name
congbk92
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

No specific configuration settings documented. Add dataconverter to ckan.plugins.

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