OLAP data analysis and visualization with Cubes and CubesViewer
Slides for the OLAP data analysis and visualization with Cubes and CubesViewer talk
Overview
This repository contains the slides source and example files for the talk about "OLAP data analysis and visualization with Cubes and CubesViewer" presented at the PyDay Galicia 2017, in Vigo.
Slides
Slides are presented using Markdownreveal.
In order to use them:
1. git clone http://github.com/jjmontesl/talk-cubes-olap-pydaygalicia2017
2. cd talk-cubes-olap-pydaygalicia2017
3. python3 -m venv env
4. . env/bin/activate
5. pip install -r requirements.txt
6. markdownreveal python-olap-cv.md
The last step will run markdownreveal and automatically open a browser to watch the slides.
License
This material is released under Creative Commons Attribution-ShareAlike 3.0 Generic (CC BY-SA 3.0).