Skip to content

Offline process RDF Triple on Hadoop ; Online query SPARQL with MPI (Thrift to HBase)

Notifications You must be signed in to change notification settings

uhuanli/DistributedRDFEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DistributedRDFEngine

Offline process RDF Triple on Hadoop

  • build id-mapping
  • build bitset signature of each triples
  • Repeat Kmeans over signatures forming VS-tree
  • Store VS-tree in HBase

Online query SPARQL with MPI (Thrift to HBase)

  • Encode SPARQL into signatures
  • Slaves: Filter signature in VS-tree with query signature
  • Master: Join partial matches in parallel
  • Report answers

About

Offline process RDF Triple on Hadoop ; Online query SPARQL with MPI (Thrift to HBase)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages