Any Python OLAP/MDX ORM engines?

后端 未结 4 844
生来不讨喜
生来不讨喜 2020-12-13 23:12

I\'m new to the MDX/OLAP and I\'m wondering if there is any ORM similar like Django ORM for Python that would support OLAP.

I\'m a Python/Django developer and if the

4条回答
  •  庸人自扰
    2020-12-13 23:52

    Same thing as kpw, I write my own stuff, except that it is exclusively for Django :

    https://code.google.com/p/django-cube/

提交回复
热议问题