Rubx
Rubx is a Online Analytical Processing ( OLAP ) library written in Ruby and provides the ability to:
- define a OLAP schema
- execute MultiDimensional eXpressions ( MDX ) queries
Installation
Run gem install rubx to install the gem on its own.
Or you can add the following to your Gemfile and run the bundle command to install it.
gem 'rubx'
Similar projects
Check out these projects (which have been super helpful in working on Rubx):
- Mondrian (git) - source code for Mondrian on GitHub
- mondrian-olap - a RubyGem wrapping Mondrian
- Saiku (Saiku on GitHub) - a modular open-source analysis suite offering lightweight OLAP which remains easily embeddable, extendable and configurable.
Contributing
If you'd like to contribute to Rubx, that's awesome, and we <3 you. There's a guide to contributing (both code and general help) over in CONTRIBUTING.md
Development
To see what has changed in recent versions, see the CHANGELOG.md.