In-memory and embedded OLAP implementation compatible with olap4j

I am looking for an OLAP implementation that can be embedded in a Java application. The best - but not necessary - if I can use olap4j to connect to it. I need such a library to test my application to evaluate ideas before moving to a standalone OLAP server.

+3
source share
4 answers

Mondrian seems to be the perfect solution. It is implemented in pure Java, it is embedded, and its own interface is olap4j. If you also need a built-in database, use a built-in Java database such as apache derby or hsqldb.

+4
source

Mondrian olap4j. . .

olap4j, olap4j XML/A SSAS, SAP Palo. Oracle Essbase. .

+2

, icCube. OLAP, , JAVA. forum. .

+1

, .

QuartetFS Active Pivot resides in an OLAP cube in memory written in Java that provides an API for customization. It supports the interaction of OLAP4J, XMLA and yes, it is used in production by many financial companies.

0
source

Source: https://habr.com/ru/post/1794098/


All Articles