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