Extension Graph View


Extension Basics

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


Background Infos

Description (long)
Show details

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). Currently works with the Natural History Museum’s ElasticSearch datastore backend but is designed to be extensible for other backends.

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


Installation Guide

Configuration hints

ckanext.graph.backend = elasticsearch (or sql when implemented)

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