Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free OLAP solution for .NET running on Mono / MySQL

I'm developing my university graduation project and I'd like to include an OLAP-based reporting module.

In the past, I've used Mondrian with JPivot as an OLAP solution for Java projects and I'm looking for something similar using .NET. The tricky part is that my project should run on Mono and MySQL (installation environment is a Linux machine) so MSSQL OLAP is out of the question.

Anyone knows anything similar to Mondrian / JPivot that I can use? I don't mind even creating most of the aggregation tables myself as long as I have some sort of a crosstab/pivot control for my aspx page

like image 220
Electric Monk Avatar asked Aug 15 '10 07:08

Electric Monk


1 Answers

I believe you can use basically any free OLAP servers such as Mondrian or Palo thats supports XML for Analysis (XMLA). Then you should be able to use the ADOMD.Net API to connect to and run queries. Not sure if ADOMD.Net works under Mono though.

like image 190
Christian V Avatar answered Oct 31 '22 11:10

Christian V