Can OLAP CUBE be done in HBase?

前端 未结 2 1213
梦毁少年i
梦毁少年i 2021-02-09 20:24

Is there any way to create CUBE DIMENSIONS in HBase or OLAP with it? I want to create CUBE DIMENSIONS kind of application with my HBASE or HIVE and connect that with SSAS for re

2条回答
  •  臣服心动
    2021-02-09 20:57

    It is quite possible. In fact several attempts have been made in recent past towards the same. See HBase-Lattice and urbanairship datacube, for example.

    You might also find this presentation helpful, which talks about Low Latency “OLAP” with HBase.

    HTH

提交回复
热议问题