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:
|
|