Extension Kobo


Extension Basics

Title
Kobo
Name
ckanext-kobo
Type
Public extension
Description
A CKAN extension to manage a connection with a Kobo Toolbox instance for data collection and survey management.
CKAN versions
Download-Url (zip)
Last commit
a year ago (2025-02-11 20:40:25)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-kobo

TODO: Put a description of your extension here: What does it do? What features does it have? Consider including some screenshots or embedding a video!

Requirements

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

If your extension works across different versions you can add the following table:

Compatibility with core CKAN versions:

CKAN version Compatible?
2.6 and earlier not tested
2.7 not tested
2.8 not tested
2.9 not tested

Installation

To install ckanext-kobo:

  1. Activate your CKAN virtual environment, for example:

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

  2. Clone the source and install it on the virtualenv

    git clone https://github.com/okfn/ckanext-kobo.git
    cd ckanext-kobo
    pip install -e .
    pip install -r requirements.txt
    
  3. Add kobo 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-kobo for development, activate your CKAN virtualenv and do:

git clone https://github.com/okfn/ckanext-kobo.git
cd ckanext-kobo
pip install -e .
pip install -r dev-requirements.txt

Tests

To run the tests, do:

pytest --ckan-ini=test.ini

License

AGPL

Version
0.0.1
Version release date
2025-02-11
Contact name
OKFN UNHCR NRC
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

None documented

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