Questions tagged [cubes]

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.
168 questions
-3
votes
2 answers

Get data from olap cube in c#?

What is the best solution to get data from an olap cube?
lex87
  • 1,276
  • 1
  • 15
  • 33
-3
votes
1 answer

how can i shuffle cubes

i have 15 cubes and 1 empty gameobject,i want to shuffle them so they change their position on start of the game. actually i am trying to make the 15 puzzle game. but getting problem when cubes chages their positions they overlap one another.please…
Himani
  • 217
  • 7
  • 23
-7
votes
2 answers

Haskell finding mean of cubes of odd members Any ideas?

Please find the mean of cubes of odd members of given list of Int type. Try to use (.), ($), map, filter or foldl (You should use at least one of them).
Rali
  • 1
1 2 3
11
12