Skip to content

A plugin to integrate Silk Link Discovery Framework into CKAN

Notifications You must be signed in to change notification settings

morelab/ckanext-silk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckanext-silk

A plugin to integrate Silk Link Discovery Framework into CKAN.

Tested with CKAN 1.8

Installation

Install plugin

python setup.py install

Update CKAN development.ini file to load the plugin

ckan.plugins = stats silk

Initialize new tables on CKAN database (Change user & pass)

python ckanext/silk/model/initDB.py

Silk installation

Download Silk from http://wifo5-03.informatik.uni-mannheim.de/bizer/silk/. Tested with version 2.5.3

Extract file to some system directory

Add plugin configuration variables to CKAN development.ini

[plugin:silk]
silk_home = 'some_dir/silk_2.5.3'

Celery task queue initialization This plugin uses Celery (http://celeryproject.org/) for task queueing.

Start the CKAN instance

paster serve development.ini

Start the Celery server

paster celeryd run

Entidades financiadoras

Ministerio de Ciencia e Innovación, Subprograma INNPACTO 2011 (IPT-2011- 0949 -430000)

Ministerio de Economía y Competitividad Programa INNPACTO Fondo Europeo de Desarrollo Regional

About

A plugin to integrate Silk Link Discovery Framework into CKAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%