partition methods on JanusGraph


Demai <nid...@...>
 

hi, folks,

first, very glad to see someone picking up Titan.... 

I am new in this area and looking for a couple pointers. Does JanusGraph(titan) reply on the datastore(such as HBase) for data partition? HBase is more like a range-partition on the key, which probably not the best way to distribute graph data cross different servers... Hence, the question. 

thanks in advance.

Demai


Jerry He <jerr...@...>
 

Hi, Demai

JanusGraph/Titan takes advantage of the partition/shard capability of the storage backend.

This is a high-level description of the graph partition. 
http://docs.janusgraph.org/0.1.0-SNAPSHOT/graph-partitioning.html

This is the backend storage data model.
http://docs.janusgraph.org/0.1.0-SNAPSHOT/data-model.html

Jerry


Demai <nid...@...>
 

Jerry, thanks a lot. appreciate the pointers.... Demai


On Friday, January 27, 2017 at 9:54:23 AM UTC-8, Jerry He wrote:
Hi, Demai

JanusGraph/Titan takes advantage of the partition/shard capability of the storage backend.

This is a high-level description of the graph partition. 

This is the backend storage data model.

Jerry