0

I am trying to implement a multi dimensional data cube in c#. Could somebody point in the direction of resources that would serve as a starting point. I am primarily interested in data structures needed to implement the cube.

Amrit
  • 903
  • 1
  • 10
  • 17

1 Answers1

1

I'm not sure if this is helpful, but there is a sourceforge project http://mondrian.pentaho.com/. There is a community edition which is open source, so you may be able to get some ideas on the underlying data structures even though it is not a c# implementation.

There is also a few useful references for MDX at this stackoverflow post

Community
  • 1
  • 1
Marcus D
  • 1,074
  • 1
  • 12
  • 27