Extension Tableauview


Extension Basics

Title
Tableauview
Name
ckanext-tableauview
Type
Public extension
Description
A CKAN extension to display tableau vizzes in resources
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-04-03 15:44:48)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

===============================================

ckanext-tableauview - Viewer for tableau public

This extension contains a view plugin to display tableau vizzes in CKAN.


Installation

To install ckanext-tableauview on a production site:

  1. Activate your CKAN virtual environment, for example::

    source /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-tableauview Python package into your virtual environment::

    pip install ckanext-tableauview

  3. Add the relevant plugins to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini). Check Available plugins_ to see which ones are available and if they require further configuration.

  4. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::

    sudo service apache2 reload


Development Installation

To install ckanext-tableauview for development:

  1. Clone the source::

    cd /usr/lib/ckan/default/src git clone https://github.com/geosolutions-it/ckanext-tableauview.git

  2. Activate your CKAN virtual environment, for example::

    source /usr/lib/ckan/default/bin/activate

  3. Install the ckanext-tableauview Python package into your python virtual environment::

    cd ckanext-tableauview python setup.py develop

  4. Continue with the main installation instructions above (step 3 onwards).


Available plugins

  • tableau_view

Read the wiki page to see a configuration and display example.


Registering ckanext-tableauview on PyPI

ckanext-tableauview should be availabe on PyPI as https://pypi.python.org/pypi/ckanext-tableauview. If that link doesn’t work, then you can register the project on PyPI for the first time by following these steps:

  1. Create a s
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

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