hich9n / cumulusrdf

Automatically exported from code.google.com/p/cumulusrdf
0 stars 0 forks source link

Modular storage layout > HBase core module #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After issue 57 [1] (modular storage layout) has been addressed, add a HBase 
core module implementation.

For this, have look at existing HBase implementations:
* https://github.com/ahaque/hive-hbase-rdf
* https://github.com/mhausenblas/mrlin/wiki/RDF-in-HBase

However, I think we should aim for implementing the indexes all triple patterns 
[2] - as done for our Cassandra implementation. Plus, the indexes for the range 
queries would be a nice feature. 

For further details on these indexes, see the original paper [3].

Kind regards
Andreas

[1] https://code.google.com/p/cumulusrdf/issues/detail?id=57
[2] https://code.google.com/p/cumulusrdf/wiki/DataModel
[3] Optimized Index Structures for Querying RDF from the Web

Original issue reported on code.google.com by andreas.josef.wagner on 30 Apr 2014 at 5:06