Saturday 29 January 2022

Janus Graph core entities

 

There are two basic entities in Janusgraph.

a.   JanusGraphVertex : Represent a vertex in JanusGraph. A vertex have edges and properties.

b.   JanusGraphRelation: Represent the relation between a vertex and other entity. JanusGraphVertexProperty and JanusGraphEdge extend JanusGraphRelation.

1.   JanusGraphEdge: Connect two JanusGraphVertex objects.

2.   JanusGraphVertexProperty: It is a JanusGraphRelation connecting a vertex to a value.


Previous                                                 Next                                                 Home

No comments:

Post a Comment