Extension Experience


Extension Basics

Title
Experience
Name
ckanext-experience
Type
Public extension
Description
Create Experiences in CKAN based on ckanext-showcase
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-01 15:24:30)
Url to repo
Category
Visualization & Analytics


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:: https://travis-ci.org/ckan/ckanext-experience.svg?branch=master :target: https://travis-ci.org/ckan/ckanext-experience

.. image:: https://coveralls.io/repos/ckan/ckanext-experience/badge.svg :target: https://coveralls.io/r/ckan/ckanext-experience

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

ckanext-experience

Experience and link to datasets in use. Datasets used in an app, website or visualization, or featured in an article, report or blog post can be showcased within the CKAN website. Experiences can include an image, description, tags and external link. Experiences may contain several datasets, helping users discover related datasets being used together. Experiences can be discovered by searching and filtered by tag.

Site sysadmins can promote selected users to become ‘Experience Admins’ to help create, populate and maintain experiences.

ckanext-experience is intended to be a more powerful replacement for the ‘Related Item’ feature.


Requirements

Compatible with CKAN 2.3+.

N.B. The migrate command, detailed below, requires the Related Item models and actions, which have been removed in CKAN 2.6. If you wish to migrate your Related Items, please first upgrade CKAN to 2.5, do the migration, then continue upgrading to CKAN 2.6+.


Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-experience:

  1. Activate your CKAN virtual environment, for example::

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

  2. Install the ckanext-experience Python package into your virtual environment::

    pip install ckanext-experience

  3. Add experience to the ckan.plugins setting in your CKAN config file

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

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