Extension Catalog Inventory


Extension Basics

Title
Catalog Inventory
Name
ckanext-cataloginventory
Type
Public extension
Description
extenstion to list the metadata of datasets in a resource of a dataset named 'dataset-of-datasets'
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-03-01 10:17:03)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

ckanext-cataloginventory

extension to list the metadata of datasets in a resource of a dataset named ‘dataset-of-datasets’

Requirements

This plugin is compatible with CKAN 2.7 or later

This plugin uses CKAN background jobs that was introduced in CKAN 2.7

This plugin need an existing dataset with name ‘dataset-of-datasets’

Installation

To install ckanext-cataloginventory, ensure you have installed ckanext-scheming:

  1. Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
  1. Download the extension’s github repository:
cd /usr/lib/ckan/default/src
git clone https://github.com/supreshc-persistent/ckanext-cataloginventory.git
  1. Install the extension into your virtual environment:
cd ckanext-cataloginventory
python setup.py develop
  1. Add/Update an existing dataset and run the background job command to trigger adding of metadata of datasets for a resource under dataset-of-datasets

Background Jobs

Development

Workers can be started using the Run a background job worker command:

paster –plugin=ckan jobs worker –config=/etc/ckan/default/development.ini

Production

In a production setting, the worker should be run in a more robust way. One possibility is to use Supervisor.

For more information on setting up background jobs using Supervisor click here.

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


Installation Guide

Configuration hints

To install ckanext-cataloginventory, ensure you have installed ckanext-scheming:

  1. Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
  1. Download the extension’s github repository:
cd /usr/lib/ckan/default/src
git clone https://github.com/supreshc-persistent/ckanext-cataloginventory.git
  1. Install the extension into your virtual environment:
cd ckanext-cataloginventory
python setup.py develop
  1. Add/Update an existing dataset and run the bac
Plugins to configure (ckan.ini)
cataloginventory
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions