Extension Redlink


Extension Basics

Title
Redlink
Name
ckanext-redlink
Type
Public extension
Description
CKAN extension to connect to Redlink triple store.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-11-09 14:22:55)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

Note: Redlink Platform has been decommissioned in early 2021, so this project has been archived. If you are interested in the underlying technologies, please drop us a line at hello@redlink.at!


ckanext-redlink - Redlink CKAN extension

This is a CKAN extension that provides SPARQL querying capabilities for datasets hosted on Redlink using the data preview feature of CKAN.

The SPARQL interface is based on Squebi.

Requisites

  • An account and a published dataset on Redlink
  • A running CKAN 2 install (only version 2.2 has been tested so far)
  • A sysadmin user
  • Some datasets created

Installation

Install the extension as usual, in your activated virtualenv:

pip install -e "git+https://github.com/redlink-gmbh/ckanext-redlink.git#egg=ckanext-redlink"

If you want to jump straight away to the end result, just add the plugin to your CKAN configuration file:

ckan.plugins = redlink

Add add your Redlink application key to your CKAN configuration file:

[DEFAULT]
redlink.app.key = <your-redlink-application-key>

It is recommended though that you follow the individual steps as described in the next section.

How it works

Get the id of the dataset located in my.redlink.io / datasets / dataset page.

In CKAN, configure a dataset and add a resource.

<

p align=”center”> <img src=”http://redlink-gmbh.github.io/ckanext-

Version
Version release date
(not set)
Contact name
Redlink GmbH
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
redlink Add add your Redlink
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions