Extension Stat Reports


Extension Basics

Title
Stat Reports
Name
ckanext-statreports
Type
Public extension
Description
Statistical reporting extension for CKAN providing paster commands for sending periodic dataset and download statistics via email. Archived.
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2017-02-03 13:44:41)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

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

  • CKAN 2.4

Installation

To install ckanext-statreports:

  1. Activate your CKAN virtual environment.
  2. Clone the source and install it: git clone https://github.com/kata-csc/ckanext-statreports.git cd ckanext-statreports pip install -e .
  3. Add statreports to the ckan.plugins setting in your CKAN config file.
  4. Configure the report email address.
  5. Restart CKAN.

Config Settings

statreports.report_email = admin@example.com

License

AGPL-3.0

Version
4.2.0
Version release date
2017-02-03
Contact name
CSC - IT Center for Science
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Archived repository. Set statreports.report_email for email delivery. Use paster statreports command.

Plugins to configure (ckan.ini)
statreports
CKAN Settings (ckan.ini)
# statreports.report_email = admin@example.com
DB migration to be executed
(not set)
<< back to Extensions