Extension WoTKit


Extension Basics

Title
WoTKit
Name
ckanext-wotkit
Type
Public extension
Description
Extensions to the CKAN open data portal for WoTKit IoT sensor data platform integration. Features billing logs, invisible datasets, and creator-only dataset editing.
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-06-01 00:00:00)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

ckanext-wotkit

Extensions to the CKAN open data portal for WoTKit integration.

WoTKit is an IoT (Internet of Things) sensor data platform by Sense Tecnic Systems. This CKAN extension provides integration between CKAN and the WoTKit platform, proxying WoTKit API calls through the CKAN action API.

Installation

To install this package, from your CKAN virtualenv, run the following from your CKAN base folder (e.g. pyenv/):

pip install -e git+https://github.com/SenseTecnic/ckanext-wotkit#egg=ckanext-wotkit
pip install -r src/ckanext-wotkit/pip-requirements.txt

Then activate it by setting ckan.plugins = wotkit in your main ini-file.

Changelog

Release 1.2

  • Billing logs implemented. The log directory is configured in the .ini file.

Release 1.4

  • Added support for the option to set datasets to invisible. Only the dataset’s creator may perform this change. Invisible datasets can only be viewed by the creator.
  • Made editing datasets only available to the dataset’s creator.

Contributors

  • Mark Duppenthaler (mduppes)
  • Ted (tedhuang)
  • crysng
  • Mike Blackstock (mblackstock)

About

Developed by Sense Tecnic Systems. Includes urbanopus-solr configuration directory for custom Solr setup.

Version
1.4
Version release date
(not set)
Contact name
Sense Tecnic Systems
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
wotkit
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions