Provide visualization dashboards on CKAN using WireCloud
Project description
CKAN WireCloud dashboards
CKAN view extension for the creation and display of resource data visualization dashboards through WireCloud embbeded dashboards.
With this extension you can create a view for a resource using WireCloud. You can set the view to load an existing dashboard or create a custom dashboard from the view form.
Requirements
You need the Oauth2 extension for CKAN in order to make this extension work.
Installation
To install ckanext-wirecloud_view:
-
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
-
Install the
ckanext-wirecloud_view
Python package into your virtual environment:pip install ckanext-wirecloud_view
-
Add
wirecloud_view
to theckan.plugins
setting in your CKAN config file (e.g./etc/ckan/default/production.ini
). -
Add proper values for the
ckan.wirecloud_view.url
andckan.wirecloud_view.editor_dashboard
settings in your CKAN config file:# URL of the WireCloud instance to use for creating the dashboards ckan.wirecloud_view.url = https://mashup.lab.fiware.org # ID of the dashboard/workspace to use for creating new visualization dashboards ckan.wirecloud_view.editor_dashboard = wirecloud/ckan-editor
-
Restart CKAN. For example if you've deployed CKAN with Apache:
sudo service apache2 graceful
Development Installation
To install ckanext-wirecloud_view for development, activate your CKAN virtualenv and do:
git clone https://github.com/conwetlab/ckanext-wirecloud_view.git
cd ckanext-wirecloud_view
python setup.py develop
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for ckanext_wirecloud_view-1.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcaf901a62426c7cf54bdbd4b91dc07baf99afb0cdba6fca1b754a9b3ee35d40 |
|
MD5 | 8fccb7a28f59236c0631c9bec6aaa9c7 |
|
BLAKE2b-256 | 68fe51b88731f8960febd6886cc6b785fc347f2491be6e182491e70dc7fd8b9a |