ckanext-metrics_dashboard

A CKAN extension to display metrics about harvest sources.
Features
This extension is compatible with these versions of CKAN.
| CKAN version |
Compatibility |
| <=2.8 |
??? |
| 2.9 |
yes (with ckanext-datagovtheme==0.1.*) |
| 2.10 |
yes (with ckanext-datagovtheme>=0.2.1) |
Usage
Requirements
These extensions are required for metrics_dashboard:
Development
Requirements
Setup
Build the docker containers. You’ll want to do this anytime the dependencies
change (requirements.txt, dev-requirements.txt).
$ make build
Start the containers.
$ make up
CKAN will start at localhost:5000.
Start the containers, but don’t start ckan. More debugging instructions here
$ make debug
Open a shell to run commands in the container.
$ docker-compose exec app bash
If you’re unfamiliar with docker-compose, see our
cheatsheet
and the [official docs](https://docs.docker