Extension Tracker


Extension Basics

Title
Tracker
Name
ckanext-tracker
Type
Public extension
Description
CKAN extension providing a multi-protocol data tracking framework with connectors for CKAN-to-CKAN, GeoNetwork, GeoServer, OGR, and other data sources by CivityNL.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-05-04 09:02:07)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-tracker

A CKAN extension providing a multi-protocol data tracking framework. Developed by CivityNL, it supports tracking and synchronizing data across multiple platforms and protocols.

Features

  • Multi-protocol data tracking and synchronization
  • CKAN-to-CKAN data tracking
  • GeoNetwork integration for spatial metadata
  • GeoServer integration for geospatial data services
  • OGR integration for vector data format conversion
  • Extensible tracker architecture with pluggable connectors

Plugins

The extension provides multiple plugins: - tracker - Core tracking framework - tracker_ckantockan - CKAN-to-CKAN synchronization - tracker_geonetwork - GeoNetwork metadata tracking - tracker_geoserver - GeoServer data tracking - tracker_ogr - OGR vector data tracking - Additional tracker plugins for other protocols

Installation

Install the extension:

pip install -e git+https://github.com/CivityNL/ckanext-tracker.git#egg=ckanext-tracker

Add desired tracker plugins to your CKAN config:

ckan.plugins = tracker tracker_ckantockan tracker_geonetwork tracker_geoserver tracker_ogr

License

AGPL-3.0

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


Installation Guide

Configuration hints

Choose which tracker plugins to enable based on your data synchronization needs. Supports CKAN-to-CKAN, GeoNetwork, GeoServer, and OGR connectors.

Plugins to configure (ckan.ini)
tracker tracker_ckantockan tracker_geonetwork tracker_geoserver tracker_ogr
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions