Extension Stats API


Extension Basics

Title
Stats API
Name
ckanext-statsapi
Type
Public extension
Description
Statistics API extension for CKAN providing RESTful endpoint access to dataset, resource, and usage statistics from the ROUTE-TO-PA project.
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-11-18 00:00:00)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

ckanext-statsapi

Statistics API extension for CKAN.

Developed as part of the ROUTE-TO-PA (Raising Open and User-friendly Transparency-Enabling Technologies for Public Administrations) EU project. Provides RESTful API endpoints for accessing dataset, resource, and usage statistics.

Features

  • REST API endpoints for statistics data
  • Dataset statistics retrieval
  • Resource download counts
  • Organization-level usage statistics
  • Integration with CKAN tracking features

Requirements

  • CKAN 2.3 - 2.4

Installation

To install ckanext-statsapi:

  1. Activate your CKAN virtual environment.
  2. Clone the source and install it: git clone https://github.com/routetopa/ckanext-statsapi.git cd ckanext-statsapi pip install -e .
  3. Add statsapi to the ckan.plugins setting in your CKAN config file.
  4. Restart CKAN.

License

AGPL-3.0

Version
0.0.1
Version release date
(not set)
Contact name
ROUTE-TO-PA
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Part of the ROUTE-TO-PA EU project. Add statsapi to ckan.plugins.

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