If yes, please give a reference. I did a little googling with no result. I want to use olap4j to query the cubes and use the result in a web application. But, I don't need any of the features of bi-server. According to tutorials, the olap schemas have to be published on an instance of bi-server. So isn't it really possible to have cubes built, processed and queried independently?
Is it possible to process and query mondrian cubes without deploying to pentaho bi-server?
1.5k Views Asked by Farshid Zaker At
4
There are 4 best solutions below
0

Take a look at Saiku - this will handle the server side of mondrian for you and is built from the ground up for integration, so may be easier than using olap4j directly ( saiku itself uses olap4j of course)
Olap4j is the main programming API for Mondrian. You do not need a Pentaho BI server to use Mondrian. You should read this tutorial to get you started.