CubesViewer is a visual, web-based tool application for exploring and analyzing OLAP databases served by the Cubes OLAP Framework.
This tool allows users to inspect the different dimensions, measures and aggregated data in different ways. It is a frontend for the open-source "Cubes" server (an OLAP server in Python). Purpose is to keep it simple and modular, leveraging the data model provided by Cubes.
CubesViewer is mainly an HTML5 application which can be embedded completely or partially in other sites. Widgets can be inserted separately in order to show a particular view to users. The full OLAP Explorer is the main focus of the project.
Features:
- User Interface allowing for multiple views on-screen.
- Cube explorer providing drilldown and cut operations.
- Supports dimension hierarchies and date filtering.
- Several charts and diagrams.
- View management, sharing and saving.
- Modular and extensible.
Github source repository: https://github.com/jjmontesl/cubesviewer
CubesViewer requires Cubes Server 0.11 or later, configured and running, able to serve data cubes.
Note that your cubes model should be configured to add support for CubesViewer features like date filters and descriptions (see Documentation below).
The full CubesViewer application (which includes all features including sharing/saving support) is a Python Django application. You need Django 1.3 in order to run it.
CubesViewer library is HTML5/Javascript and should work on most modern browsers (it may even work on older browsers).
For further information, see the Documentation section below.
If you have questions, problems or suggestions, get in touch. CubesViewer doesn't have a list on its own. Instead, please get in touch through the Cubes project mailing list:
- Report bugs: https://github.com/jjmontesl/cubesviewer/issues
- Discussion at Google Groups: http://groups.google.com/group/cubes-discuss
CubesViewer is written and maintained by Jose Juan Montes [email protected] and other contributors.
See AUTHORS file for more information.
Cubes is licensed under MIT license with following addition:
If your version of the Software supports interaction with it remotely
through a computer network, the above copyright notice and this permission
notice shall be accessible to all users.
Simply said, that if you use it as part of software as a service (SaaS) you have to provide the copyright notice in an about, legal info, credits or some similar kind of page or info box.
For full license see the LICENSE file.