1

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, ...

1 Answers1

1

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.