Extension System Stats


Extension Basics

Title
System Stats
Name
ckanext-system-stats
Type
Public extension
Description
CKAN extension providing system statistics and analytics for system administrators.
CKAN versions
Download-Url (zip)
Last commit
a year ago (2025-01-20 00:00:00)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

ckanext-system-stats

Get the CKAN statistics and provide it for system admins.

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-system-stats: 1. Activate your CKAN virtual environment 2. Clone the source and install it on the virtualenv: git clone https://github.com/TIBHannover/ckanext-system-stats.git cd ckanext-system-stats pip install -e . pip install -r requirements.txt 3. Add system_stats to the ckan.plugins setting 4. Restart CKAN

Config Settings

None at present.

Developer Installation

git clone https://github.com/TIBHannover/ckanext-system-stats.git
cd ckanext-system-stats
python setup.py develop
pip install -r dev-requirements.txt

Tests

pytest --ckan-ini=test.ini

License

AGPL-3.0

Version
0.0.1
Version release date
(not set)
Contact name
Pooya Oladazimi
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
system_stats
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions