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-