Skip to content

Emil-Salsa/ckanext-vocabulary-services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckanext-vocabulary-services

Setup

Add the extension to your CKAN .ini file:

ckan.plugins = ... vocabulary_services ...

Create the database tables:

ckan -c path/to/ckan.ini vocabulary-services-init-db

This will create the following two tables:

vocabulary_service
vocabulary_service_term

(NOT to be confused with the CKAN core vocabulary table)

Background tasks

A cron job needs to be set up to refresh the vocabulary sevices periodically based on each vocabulary_service.update_frequency setting.

ckan -c path/to/ckan.ini vocabulary-services-refresh

About

An extension for managing externally linked vocabulary services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.0%
  • HTML 12.0%