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:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-eismetadatapusher Python package into your virtual environment:
pip install -e git+https://github.com/adrianfish/ckanext-eismetadatapusher.git#egg=ckanext-eismetadatapusher
Add eismetadatapusher to the ckan.plugins setting in your CKAN config file.
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.