tedschw / wabit

Automatically exported from code.google.com/p/wabit
GNU General Public License v3.0
0 stars 0 forks source link

Integrate Mondrian in Wabit Server #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently Wabit supports 
(1) the in-process Mondrian server and 
(2) the xmla source. 

The first option isn't very useful when you use the Wabit server. The 
Mondrian would need to be stored on a shared network drive where everyone 
has access to.
For the seconds option you have to install a Mondrian server first and set 
it up separately.

In my opinion two options would make it easier to use Mondrian in an 
enterprise environment:

- Option to upload the schema to the Wabit server. This would allow you to 
use the in-process Mondrian client without having to worry about the 
location of the schema. This could be a short term solution.

- Integration of Mondrian into Wabit. Having Mondrian installed with the 
Wabit server and being able to set it up / upload schemas using the Wabit 
client would give you the opportunity to use the xmla source. You could 
even thing of integrating the Wabit user groups with the Mondrian roles.

Original issue reported on code.google.com by bdietz.de on 16 Nov 2009 at 3:09