Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
716 views

Presentation of data from Mondrian OLAP engine + Olap4j

I'm doing a little bit of planning of an application that uses Mondrian OLAP engine with Olap4j and should present/display data to user. I understand all the back-end stuff, but I'm not sure how ...
2
votes
2answers
130 views

Why use ROLAP instead of plain MySQL?

Are there any performance advantages in using a ROLAP server such as Mondrian on top of a MySQL database, as opposed to simply querying the MySQL database? I am asking this in the context in which ...
1
vote
1answer
712 views

Pentaho Mondian : Mondrian Schema xml Vs Pentaho metadata domain xmi Vs CDA cda files

I have been exploring the Pentaho ecosystem. Please forgive any naive things in the question. There are a couple of things about these config files ( containing domains names and its mappings etc ) ...
1
vote
1answer
241 views

Are there any JOLAP or Olap4j driver available?

Are there any driver available for JOLAP or Olap4j to access existing OLAP services? I think on OLAP services like Oracle, MS SQL, etc. We want start a OLAP project with Java? With which of the both ...
0
votes
1answer
56 views

Please suggest ways to start building Business Analytics solutions using existing mysql databases

I believe there are three layers to build up- 1) Presentation Layer/Data Visualization Layer 2) Constucting olap server(like mondrian) to access mysql database and produce results. 3)Using Olap ...