Open Source OLAP Framework for Java?

726 Views Asked by At

I have been using NReco which provides "C# in-memory OLAP cube for fast data aggregation and pivot reports generation" for a little while now.

The goal now is to port the application to Java. What I am looking for is to:

  1. Add an OLAP layer on top of PostgreSQL so that I can build cubes out of flattened data and

  2. Query the OLAP cube with MDX via my own RESTful API

What do you recommend?

0

There are 0 best solutions below