Extension Graph


Extension Basics

Title
Graph
Name
ckanext-graph
Type
Public extension
Description
A CKAN extension that adds a graph view for resources.
CKAN versions
Download-Url (zip)
Last commit
7 months ago (2025-06-09 10:18:25)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

The Natural History Museum logo.

ckanext-graph

Tests Coveralls CKAN Python Docs

A CKAN extension that adds a graph view for resources.

Overview

Adds graph views for resources on a CKAN instance. Two types of graph are available: temporal (a line graph showing count over time based on a specified date field), and categorical (a bar chart showing counts for various values in a specified field).

NB: the current version of this extension only works with the Natural History Museum’s ElasticSearch datastore CKAN backend. However, it is designed to be extensible, so if you would like to use this extension with a different backend (e.g. the standard PostgreSQL datastore), please see the Extending section.

Installation

P

Version
2.1.12
Version release date
2025-06-09
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Path variables used below: - $INSTALL_FOLDER (i.e. where CKAN is installed), e.g. /usr/lib/ckan/default - $CONFIG_FILE, e.g. /etc/ckan/default/development.ini

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