Search code examples
mondrianxmla

XMLA server-side library?


I'm looking for a well documentated implementation of the XMLA protocole (proposed by Microsoft for OLAP engines). I'm looking for the server side implementation.

I found this JAVA library: olap4j, it's not maintained. And it uses servelet. I couldn't reuse it. If any one knows how to use it without the servelet part, tell me.

I'm open to suggestions: java, scala, .net, ...


Solution

  • I found this project in Python olapy which implements client & server sides of the xmla protocol. I'm inspired from it to build my own xmla library in Scala.