Skip to content

Visual tool for exploring and analyzing OLAP databases.

License

Notifications You must be signed in to change notification settings

sixstone-qq/cubesviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CubesViewer - OLAP Visual Viewer and Explore Tool

About

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.

Source

Github source repository: https://github.com/jjmontesl/cubesviewer

Requirements

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.

Documentation

Screenshots

CubesViewer Chart Screenshot CubesViewer Chart Screenshot CubesViewer Chart Screenshot CubesViewer Explore Screenshot CubesViewer Explore Screenshot CubesViewer Series Screenshot

Support

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:

Authors

CubesViewer is written and maintained by Jose Juan Montes [email protected] and other contributors.

See AUTHORS file for more information.

License

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.

About

Visual tool for exploring and analyzing OLAP databases.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Python 1.5%