Simple in-memory multidimensional OLAP-like library for JavaScript/Node.js.
Via npm on Node:
npm install simplememolap
Reference in your program:
var simplememolap = require('simplememolap');
TBD
git clone git://github.com/ajlopez/SimpleMemolap.git
cd SimpleMemolap
npm install
npm test
TBD
Feel free to file issues and submit pull requests — contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.