Extension Dataontosearch


Extension Basics

Title
Dataontosearch
Name
ckanext-dataontosearch
Type
Public extension
Description
Plugin for integrating CKAN with DataOntoSearch
CKAN versions
Download-Url (zip)
Last commit
6 years ago (2019-05-07 11:55:24)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: http://unmaintained.tech/badge.svg :target: http://unmaintained.tech/ :alt: No Maintenance Intended

.. image:: https://pypip.in/version/ckanext-dataontosearch/badge.svg :target: https://pypi.python.org/pypi/ckanext-dataontosearch/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-dataontosearch/badge.svg :target: https://pypi.python.org/pypi/ckanext-dataontosearch/ :alt: Supported Python versions

.. image:: https://pypip.in/status/ckanext-dataontosearch/badge.svg :target: https://pypi.python.org/pypi/ckanext-dataontosearch/ :alt: Development Status

.. image:: https://pypip.in/license/ckanext-dataontosearch/badge.svg :target: https://pypi.python.org/pypi/ckanext-dataontosearch/ :alt: License

======================

ckanext-dataontosearch

Extension for integrating CKAN with DataOntoSearch.

DataOntoSearch is a project which aims to make it easier to find datasets, by using a domain-specific ontology to find similar datasets. The software is run as a separate server, which other projects like CKAN can connect to.

There are two separate plugins provided with this extension. dataontosearch_tagging provides a way of associating datasets with concepts in the ontology. (Each such association is internally called a “tag”, which should not be confused with the traditional tags CKAN provide.) dataontosearch_searching provides an integrated way of searching using DataOntoSearch.

The extension adds a link you can follow when editing datasets. From there, you can change what concepts are connected to what datasets.

The extension also adds a link to the alternative search method. Following it lets you search using DataOntoSearch.

.. IMPORTANT:: This extension does not work by itself. It must be

Version
0.0.6
Version release date
2019-04-30
Contact name
Thorben Dahl
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
dataontosearch
CKAN Settings (ckan.ini)
# ckanext.dataontosearch.username = aladdin
# ckanext.dataontosearch.password = opensesame
DB migration to be executed
(not set)
<< back to Extensions