Skip to main content

Posts Tagged ‘Datastax Graph Model’

Graph Model with Gremlin

Graph Theory: A graph is a pictorial representation of a set of objects where some pairs of objects are connected by links. The interconnected objects are represented by points termed as vertices, and the links that connect the vertices are called edges. Formally, a graph is a pair of sets (V, E), where V is […]