ckanext-dataset-transfer
Publish a dataset to another CKAN instance.
This extension enables transferring datasets between different CKAN installations, useful for federated data catalogs or data sharing between organizations.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.8 and earlier |
not tested |
| 2.9 |
Yes |
Installation
To install ckanext-dataset-transfer:
- Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
- Clone the source and install it on the virtualenv:
git clone https://github.com/TIBHannover/ckanext-dataset-transfer.git
cd ckanext-dataset-transfer
pip install -e .
pip install -r requirements.txt
Add dataset_transfer to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).
Migrate the database:
ckan -c /path/to/ckan.ini db upgrade -p dataset_transfer
- Restart CKAN:
sudo service nginx reload
License
This extension is licensed under AGPL.
Contributor
- Pooya Oladazimi (Pooya-Oladazimi)