Extension ORD Hierarchy


Extension Basics

Title
ORD Hierarchy
Name
ckanext-ord-hierarchy
Type
Public extension
Description
An extension to display a hierarchical structure of datasets, showing parent-child relationships as a tree structure with links to top level, parent and child datasets.
CKAN versions
Download-Url (zip)
Last commit
6 years ago (2019-08-31 12:29:13)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-ord-hierarchy

An extension to display a hierarchical structure of datasets.

When parent-child relationships between datasets exist, the plugin will display the tree structure on the dataset page, showing links to the top level dataset, up one level and any sublevels.

Installation

  1. Activate your virtualenv:

    source /path/to/virtualenv/pyenv/bin/activate

  2. Install the extension:

    pip install -e git+https://github.com/openresearchdata/ckanext-ord-hierarchy.git#egg=ckanext-ord-hierarchy

  3. Enable the plugin in your ini file:

    ckan.plugins = ... ord_hierarchy

License

GPL

Version
1.0
Version release date
2019-08-31
Contact name
Liip AG
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘ord_hierarchy’ to the ckan.plugins setting in your CKAN config file.

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