Extension EIS Metadata Pusher


Extension Basics

Title
EIS Metadata Pusher
Name
ckanext-eismetadatapusher
Type
Public extension
Description
CKAN extension designed to push metadata to Environmental Information System (EIS) endpoints, enabling automated metadata synchronization.
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2016-11-23 16:43:06)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-eismetadatapusher

The eismetadatapusher extension for CKAN is designed to facilitate the pushing of metadata to external Environmental Information System (EIS) endpoints. This enables automated synchronization of CKAN metadata with external EIS systems.

Features

  • Automated metadata pushing to EIS endpoints
  • Integration with Environmental Information Systems
  • Synchronization capabilities

Installation

To install ckanext-eismetadatapusher:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Install the ckanext-eismetadatapusher Python package into your virtual environment:

    pip install -e git+https://github.com/adrianfish/ckanext-eismetadatapusher.git#egg=ckanext-eismetadatapusher
    
  3. Add eismetadatapusher to the ckan.plugins setting in your CKAN config file.

  4. Restart CKAN.

Development Installation

To install ckanext-eismetadatapusher for development:

git clone https://github.com/adrianfish/ckanext-eismetadatapusher.git
cd ckanext-eismetadatapusher
python setup.py develop
pip install -r dev-requirements.txt

License

AGPL-3.0 license

Note: This is a legacy extension from 2016 and may require updates for modern CKAN versions.

Version
0.0.1
Version release date
2016-11-23
Contact name
Adrian Fish
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘eismetadatapusher’ to ckan.plugins. Works with ckanext-eismetadatafields for complete EIS integration. Legacy extension from 2016 - may require updates for modern CKAN versions.

Plugins to configure (ckan.ini)
eismetadatapusher
CKAN Settings (ckan.ini)
# No specific configuration options documented
DB migration to be executed
(not set)
<< back to Extensions