JOLAP is dead, OLAP4J lives?

There is an equivalent to SQL for multidimensional databases (OLAP) called MDX. Alas, just like XML has DOM, OLAP would need a standard open API. The closest thing we ever got was JOLAP. However, I reported in 2005 that the Java OLAP Interface (JOLAP) was dead.

Julian Hyde then proposed olap4j. However, it seems that adoption of olap4j is difficult even among open source Business Intelligence projects like Eclipse BIRT.

Note: Yes, I am aware of the irony that my previous post was DUAT: Do not use acronyms in titles.

Daniel Lemire, "JOLAP is dead, OLAP4J lives?," in Daniel Lemire's blog, November 6, 2008, https://lemire.me/blog/2008/11/06/jolap-is-dead-olap4j-lives/.
[BibTeX]

Published by

Daniel Lemire

A computer science professor at the University of Quebec (TELUQ).

Leave a Reply

Your email address will not be published.

You can also subscribe by email to this blog (non-commercial, no ads, weekly email).

How to post code (C, C++, Java, Python, etc.):

Wrap your code in backticks, like this:

`int main() {
    return 0;
}`