DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 314 forks source link

Bridge dimensions with ROLAP? #389

Open stevecj opened 7 years ago

stevecj commented 7 years ago

I have not yet tried to use Cubes, but I'm trying to figure out if it can handle the ROLAP schema that I have in mind.

I know that Cubes supports snowflake schemas, but what about outrigger dimensions such as bridges for multi-valued attributes?

Stiivi commented 7 years ago

Here is an example, how you can do it. It is very basic solution.