Skip to content
/ olap Public

OLAP.js - extensible and ambeddable JavaScript Online Analytical Processing server and library for browser and Node.js

License

Notifications You must be signed in to change notification settings

agershun/olap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OLAP.js

JavaScript Online Analytical Processing server and library for browser and Node.js

(c) 2015 Andrey Gershun (agershun@gmail.com)

Work in progress!

Express OLAP server

    var olap = require('olap');
    olap.xmla();
    olap
    olap.execute(mdx);

XMLA Interface

	var res = olap.xmla(xmla);

Here olap.js returns XML data with result.

JSON Interface

Discover cubes

	var res = olap.cubes();

Discover measures from the cube:

	var res = olap.measures(cube);

Discover measure members:

	var res = olap.levelmember(cube,measure);

Execute MDX query:

    var res = olap.mdx(mdx);

Cube description

About

OLAP.js - extensible and ambeddable JavaScript Online Analytical Processing server and library for browser and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published