Skip to content

Simple in-memory multidimensional OLAP-like library for JavaScript/Node.js

License

Notifications You must be signed in to change notification settings

ajlopez/SimpleMemolap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleMemolap

Simple in-memory multidimensional OLAP-like library for JavaScript/Node.js.

Installation

Via npm on Node:

npm install simplememolap

Usage

Reference in your program:

var simplememolap = require('simplememolap');

TBD

Development

git clone git://github.com/ajlopez/SimpleMemolap.git
cd SimpleMemolap
npm install
npm test

Samples

TBD

To do

Versions

Contribution

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.

About

Simple in-memory multidimensional OLAP-like library for JavaScript/Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published