Source code of Mondrian MDX user defined functions (UDF) that are extracted from eazyBI.
mondrian-olap is used for testing.
This repository also includes jchronic jar file.
Install the standard FoodMart Mondrian schema in the MySQL database on the localhost.
Install necessary gems with
bundle install
Run tests with
rake spec
Recompile Mondrian UDFs with
rake jar
(will always be recompiled if necessary when running rake spec
).
Include jar files from the lib
subdirectory in the class path. Define user defined functions in the Mondrian schema as defined in olap_spec_helper.rb
.
See LICENSE.txt.