ajostergaard / django-cube

Automatically exported from code.google.com/p/django-cube
GNU General Public License v3.0
0 stars 0 forks source link

Star-shaped schema + flake-shaped schema #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The dimension declaration should support declaration of star/flake schema.
Cube queries should take this into account.

Original issue reported on code.google.com by seb...@gmail.com on 26 Jul 2010 at 3:35

GoogleCodeExporter commented 9 years ago
petit google code test ...

Original comment by seb...@gmail.com on 23 Oct 2010 at 12:39

GoogleCodeExporter commented 9 years ago
HI Sebpiq. I'm wondering about this too. Django Cube works just fine but When 
calculating the measures for a dimension, I'd like to to able to return other 
attributes in that Dimension. Lokk at this example: 
http://en.wikipedia.org/wiki/File:Star-schema-example.png. The Store dimension 
has many attributes e.g. id, store_number, state_province, country. I could 
group the Fact table by the Store dimension and return other attributes along 
with it. I can't do this Django Cube. Thanks.

Original comment by mridanga...@gmail.com on 5 Dec 2011 at 9:17