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