PivotTable provides extension easy analysis and visualization over tabular data using [PivotTable.js] (https://github.com/nicolaskruchten/pivottable). It allows user to reorganize selected columns/rows to obtain desired view of the data.
- Install lastest version of CKAN
- Enable CKAN DataStore API
- Activate python virtual env
. /usr/lib/ckan/default/bin/activate- Clone git repository
git clone https://github.com/routetopa/ckanext-pivottable.git
cd ckanext-pivottable- Build the plugin
python setup.py develop- Add 'pivottable' plugin to CKAN config file :
ckan.plugins = stats text_view recline_view pivottable- Add 'pivottable' as view in CKAN config file :
ckan.views.default_views = image_view text_view recline_view pivottable- Start ckan
paster serve /etc/ckan/default/development.iniDvelopment of TET extenstion is supported by European Commision through the ROUTE-TO-PA project