Tobias Neef wrote: > Hi Andy, ... > Is there a chance that I can take a look at your project code?
Here: https://github.com/afs/TDB-V (interesting project!) ;-) A different approach, a la SDB over HBase is here: https://github.com/castagna/hbase-rdf ... however, if you want to implement SPARQL you are better of with a storage systems which provides you with JOINs (HBase doesn't). And, an approach as TDB-V is certainly better. Indeed, even more help (specific to RDF) from the distributed store, as Andy said, is needed and welcome... but at that point you need to implement your own distributed store (which isn't a simple matter of programming ;-)). Paolo