Git Product home page Git Product logo

ckanext-wirecloud_view's Introduction

CKAN WireCloud dashboards

Build Status Coverage Status

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:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Install the ckanext-wirecloud_view Python package into your virtual environment:

    pip install ckanext-wirecloud_view
    
  3. Add wirecloud_view to the ckan.plugins setting in your CKAN config file (e.g. /etc/ckan/default/production.ini).

  4. Add proper values for the ckan.wirecloud_view.url and ckan.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
  5. 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

ckanext-wirecloud_view's People

Contributors

aarranz avatar aitormagan avatar billescas avatar fdelavega avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.