Titan Graph DB Tutorial: Getting Started
Gremlin is awesome
Now that you installed Titan and tried few things like V() and E(), let’s learn how to do more interesting things with Gremlin.
But before that, let’s ask ourselves what is Gremlin?
Gremlin is a query language that we use to query and mutate a graph that supports Tinkerpop3. So, you can use Gremlin to add vertex or edge, update...