Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In memory OLAP engine in Java [closed]

Tags:

java

olap

Is there an in memory OLAP (slice and dice data) Java library. (The equivalent of Microsoft Analytic Services). Especially would like to hear if anyone has used one for real.

like image 644
Dan Avatar asked Dec 22 '10 14:12

Dan


4 Answers

If you're looking for a commercial solution, ActivePivot provides what you have asked for: http://quartetfs.com/en/products/activepivot

like image 168
doc Avatar answered Nov 09 '22 04:11

doc


www.icCube.com is a JAVA in-memory OLAP server. It can be either embedded in your application or you can access it via our XMLA client library or any other XMLA JAVA client library. Note that the engine itself is quite light. Yes, it is used in production.

like image 32
Marc Polizzi Avatar answered Nov 09 '22 05:11

Marc Polizzi


you can also read more about ActivePivot from here It is used by many banks to aggregate large amount of data in memory.

like image 41
soody Avatar answered Nov 09 '22 05:11

soody


Java Data Mining (JDM 2.0) is a standard Java API for developing data mining applications and tools.

like image 32
kiwicptn Avatar answered Nov 09 '22 05:11

kiwicptn