Extension Wikidata


Extension Basics

Title
Wikidata
Name
ckanext-wikidata
Type
Public extension
Description
CKAN extension for Wikidata integration, providing Wikidata-powered metadata features for CKAN datasets.
CKAN versions
Download-Url (zip)
Last commit
3 years ago (2022-04-06 16:24:11)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

ckanext-wikidata

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.6 and earlier not tested
2.7 not tested
2.8 not tested
2.9 YES

Installation

To install ckanext-wikidata:

  1. Activate your CKAN virtual environment: . /usr/lib/ckan/default/bin/activate
  2. Clone the source and install it on the virtualenv: git clone https://github.com/TIB/ckanext-wikidata.git cd ckanext-wikidata pip install -e . pip install -r requirements.txt
  3. Add wikidata to the ckan.plugins setting in your CKAN config file.
  4. Restart CKAN.

Config settings

None at present.

Developer installation

To install ckanext-wikidata for development:

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

Tests

To run the tests:

pytest --ckan-ini=test.ini

License

AGPL

Version
Version release date
(not set)
Contact name
Bhavin Patel
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Originally developed at TIB Hannover.

Plugins to configure (ckan.ini)
wikidata
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions