Extension Powerview


Extension Basics

Title
Powerview
Name
ckanext-powerview
Type
Public extension
Description
The **PowerView** extension for CKAN enables users to configure data sources in order to power view
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-03-19 21:09:14)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/OCHA-DAP/ckanext-powerview.svg?branch=master :target: https://travis-ci.org/OCHA-DAP/ckanext-powerview

.. image:: https://coveralls.io/repos/OCHA-DAP/ckanext-powerview/badge.svg :target: https://coveralls.io/r/OCHA-DAP/ckanext-powerview

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

ckanext-powerview

Data source and configuration to power a view for one or more resources.


Requirements

Requires CKAN 2.3+


Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-powerview:

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

    . /usr/lib/ckan/default/bin/activate

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

    pip install ckanext-powerview

  3. Install dependencies::

    pip install -r requirements.txt

  4. Create the database tables::

    paster –plugin=ckanext-powerview powerview init –config=production.ini

  5. Add powerview to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

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

    sudo service apache2 reload


Development Installation

To install ckanext-powerview for development, activate your CKAN virtualenv and do::

git clone https://github.com/OCHA-DAP/ckanext-powerview.git
cd ckanext-powerview
python setup.py develop
pip install -r requirements.txt
pip install -r dev-requirements.txt

Configuration Settings

Optional configuration sett

Version
0.1.0
Version release date
2020-03-19
Contact name
UN-OCHA Humanitarian Data Exchange Project
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
powerview
CKAN Settings (ckan.ini)
# ckanext.powerview.allow_user_create = true
DB migration to be executed
(not set)
<< back to Extensions