ckanext-in_app_reporting
Embed dashboards functionality for CKAN.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.6 and earlier |
not tested |
| 2.7 |
not tested |
| 2.8 |
not tested |
| 2.9 |
not tested |
Installation
To install ckanext-in_app_reporting:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Clone the source and install it on the virtualenv:
git clone https://github.com/OpenGov/ckanext-in_app_reporting.git
cd ckanext-in_app_reporting
pip install -e .
pip install -r requirements.txt
Add in_app_reporting to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).
Restart CKAN.
Config settings
None at present.
Plugins
This extension provides three plugins:
- in_app_reporting - Main reporting plugin
- metabase_card_view - Resource view for Metabase cards
- metabase_dashboard_view - Resource view for Metabase dashboards
License
AGPL