Reputation: 117
Hey, i am starting a hadoop based hypercube with a flexible number of dimensions. Does anybody know any existing approaches for this?
I just found PigOLAPSketch, but there is no code to use it.
Another approach is Zohmg from lastfm, which uses hbase, but seems to be very dead.
I think i will start a pig solution, maybe you have some advices?
Upvotes: 2
Views: 764
Reputation: 1335
You can also look at gpu based database https://www.kinetica.com/ but this is not open source, requires separate appliances and movement of data from Hadoop to Kinetica infrastructure.
Upvotes: 0
Reputation: 361
This would be very cool/useful. OpenTSDB is an HBase time-series database that might be interesting to look at, they have a clever approach to secondary indexing.
Upvotes: 0