Extension iFacets


Extension Basics

Title
iFacets
Name
ckanext-ifacets
Type
Public extension
Description
Defines the facets of datasets, groups and organizations in the CKAN catalog of the APGC (Arctic Permafrost Geospatial Centre).
CKAN versions
Download-Url (zip)
Last commit
9 months ago (2025-05-19 16:18:08)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-ifacets

This Plugin defines the facets of datasets, groups and organizations in the CKAN catalog of the APGC

Requirements

Compatibility with core CKAN versions: 2.9 and higher

Installation

To install ckanext-ifacets:

  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/awi-response/ckanext-ifacets.git
    cd ckanext-ifacets
    pip install -e .
    pip install -r requirements.txt
    
  3. Add ifacets 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.

Config settings

None at present

License

AGPL

Version
0.0.2
Version release date
2025-05-19
Contact name
Sebastian Laboor
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Compatibility with core CKAN versions: 2.9 and higher

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