ckanext-statreports
Statistical reporting extension for CKAN.
This extension provides paster commands for generating and emailing periodic statistical reports about datasets, downloads, and usage.
This repository has been archived.
Features
- Paster command
statreports for generating reports
- Email delivery of statistical reports
- Dataset download statistics
- Periodic reporting (weekly, monthly)
- Configurable report email recipient
Paster Commands
paster statreports send_reports -c /etc/ckan/default/production.ini
Requirements
Installation
To install ckanext-statreports:
- Activate your CKAN virtual environment.
- Clone the source and install it:
git clone https://github.com/kata-csc/ckanext-statreports.git
cd ckanext-statreports
pip install -e .
- Add
statreports to the ckan.plugins setting in your CKAN config file.
- Configure the report email address.
- Restart CKAN.
Config Settings
statreports.report_email = admin@example.com
License
AGPL-3.0