Getting Started with Gremlin


Apache TinkerPop is an open source graph computing framework. A graph computing network is a set of vertices and edges in the network. If we compare a graph database to traditional relational databases, we can assume that every row in a table of a relational database is equivalent to a vertex in graph network. Similarly, every column of a row in a table of relational database is equivalent to the properties of a vertex. Edges connect the vertices in a graph database, just like primary and foreign key relationships connect records across different tables.

Setting up the Gremlin Console

To