Cubes is an open-source light-weight Python framework and OLAP HTTP server for easy development of reporting applications and aggregate browsing of multi-dimensionally modeled data.
Cubes is an open-source light-weight Python framework and OLAP HTTP server for easy development of reporting applications and aggregate browsing of multi-dimensionally modeled data.
Features:
- OLAP and aggregated browsing (default backend is for relational database - ROLAP)
- multidimensional analysis
- logical view of analysed data - how analysts look at data, how they think of data, not not how the data are physically implemented in the data stores hierarchical dimensions (attributes that have hierarchical dependencies, such as category-subcategory or country-region)
- localizable metadata and data
- SQL query generator for multidimensional aggregation queries
- OLAP server – HTTP server based on Flask Blueprint, can be easily integrated into your application.