eMondrian is a free (R)OLAP server. It is a version of the Mondrian.
eMondrian supports XMLA standard. It allows connecting to eMondrian from Excel, Tableau, Power BI and client tools that use ADOMD.NET library.
Visit eMondrian project site for more information and documentation.
- Download emondrian.war file.
- Copy emondrian.war file to webapps directory of your java server (Apache Tomcat, Jetty, Tiny Java Web Server).
- eMondrian Binaries
- Configuration files to deploy eMondrian to a servlet container (like Tomcat, Jetty, etc.)
- Sample databases
- The Schema Editor (Alfa Version)
To connect to mondrian from ADOMD.Net application you must use folowing connection string:
Data Source=http://<your_server_address>:8080/emondrian/xmla;
For example:
Data Source=http://localhost:8080/emondrian/xmla;