CKAN Extension for receiving dataset inventories from organizations and tracking their status.
The PSI Directive was transposed as a law and will arrive in the Romanian Parliament. Every institution will have to provide an inventory with their datasets and their recurring interval.
This extension will help with the registering of organizations, adding and editing datasets in the inventory and monitoring if they are updated in the specified timeline
This extension is written for CKAN v2.5.3.
To install ckanext-inventory:
- Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
- Clone and install the ckanext-inventory Python package into your virtual environment:
python setup.py develop
-
Add
inventory inventoryfix
to theckan.plugins
setting in your CKAN config file. -
Restart CKAN.