Extension Service Level Agreements


Extension Basics

Title
Service Level Agreements
Name
ckanext-sla
Type
Public extension
Description
Manages and displays Service Level Agreements (SLA) for datasets in CKAN with database-backed storage.
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-10-21 15:37:06)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

ckanext-sla

The SLA extension for CKAN provides a mechanism for managing and displaying Service Level Agreements for datasets.

No README documentation is provided (only license text is displayed). The extension uses paster commands (sla-cmd) and requires DB migration via SQL scripts (setup_db.sh, sla.sql, sla_mapping.sql) to create the necessary database tables.

Installation

pip install -e git+https://github.com/microcomp/ckanext-sla.git#egg=ckanext-sla

Run the setup_db.sh script to initialize the database.

License

AGPL-3.0

Version
1.0
Version release date
2015-08-07
Contact name
Dominik Kapisinsky
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
sla
CKAN Settings (ckan.ini)
DB migration to be executed
setup_db.sh (sla.sql, sla_mapping.sql)
<< back to Extensions