GithubHelp home page GithubHelp logo

pombredanne / nolap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 28msec/nolap

0.0 1.0 0.0 332 KB

NoSQL Online Analytical Processing

Home Page: http://28.io/nolap

License: Apache License 2.0

JSONiq 100.00%

nolap's Introduction

NoSQL Online Analytical Processing (NoLAP)

NoLAP is a new flavor of OLAP that extends the OLAP paradigm to benefit from NoSQL' s gain in flexibility.

Here are the top 3 reasons for using NoLAP.

Hypercubes on the Fly

With OLAP, you have to define the shape of your hypercubes in advance. Once the data is in there, you are stuck to that schema.

With NoLAP, while you may have some hypercubes in advance and store them in the database, you do not have to. This is consistent with the NoSQL paradigm where you are not obliged to have schemas upfront or at all. At runtime, you can bring your own hypercube (or even a complete report schema) and retrieve the facts on the fly — all in real time.

Break the Curse of Dimensionality

The curse of dimensionality is often used as a blanket excuse for not dealing with high-dimensional data. For example, MOLAP, and also ROLAP because the number of tables explodes, do not scale up well with the number of dimensions.

With NoLAP, you can efficiently work with such data. It does not matter how many dimensions you have. The data — OLAP measures — is organized in one single facts collection, with optionally one metadata collection that contains dimensional information. Because of NoSQL's heterogeneity, there is virtually no performance penalty. Adding more facts, more dimensions, more hypercubes is as trivial as an insert.

Interoperability between Data Silos

There is no global standard for OLAP. This makes it hard to exchange highly dimensional data between "silos".

NoLAP hypercubes follow the rules specified by the eXtensible Business Reporting Language (XBRL). This allows for exchanging data using XBRL between systems easily.

Links:

nolap's People

Contributors

matthiasbrantner avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.