Re: how is janusgraph data stored in Cassandra


Kelvin Lawrence <kelvin....@...>
 

Janus graph uses an adjacency list model. Each vertex, its properties and its adjacent edges are stored as a row in Cassandra.

You might find this part of the documentation of use.

http://docs.janusgraph.org/latest/data-model.html

HTH
Kelvin


On Thursday, August 3, 2017 at 3:51:58 PM UTC-5, Suny wrote:
Can someone explain how janusgraph data is stored in Cassandra ? Are there any specific tables in Cassandra that i can look at for data from janusgraph ?

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.