Cubes is a light-weight Python framework and set of tools for Online Analytical Processing (OLAP), multidimensional analysis and browsing of aggregated data.
Focus on data analysis, in human way
Purpose is to provide a framework for giving analyst or any application end-user understandable and natural way of presenting the multidimensional data. One of the main features is the logical model, which serves as abstraction over physical data to provide end-user layer.
Features:
Current recommended version is 1.1.x. It hasn't been yet tagged so please use the master branch. This version includes SQL backend support out of the box, and other backends have been moved to separate projects (ie. MongoDB). This branch (currently master) will be soon tagged as 1.1 release.
Previous stable version was 1.0.1. This version included all backend types, but no further development will be done on this branch.
See examples
directory in the source code repository
for simple examples and use-cases.
See https://github.com/DataBrewery/cubes-examples for more complex examples.
For cubes models see https://github.com/DataBrewery/cubes-models
Source code is in a Git repository on GitHub
git clone git://github.com/DataBrewery/cubes
After you've cloned, you might want to install all of the development dependencies.
pip install -e .[dev]
Build the documentation like so. ::
cd doc
make help
make html
Outputs will go in doc/_*
.
Python >= 2.7 and Python >= 3.4.1
Most of the requirements are soft (optional) and need to be satisfied only if certain parts of cubes are being used.
If you have questions, problems or suggestions, you can send a message to the Google group cubes-discuss.
IRC channel #databrewery on server irc.freenode.net
Report bugs using github issue tracking.
If you are browsing the code and you find something that:
... please let it be known.
Cubes is written and maintained by Stefan Urbanek (@Stiivi on Twitter) stefan.urbanek@gmail.com and various contributors. See AUTHORS file for more information.
Cubes is licensed under MIT license. For full license see the LICENSE file.