Tuesday, 22 March 2016

Tutorial 2: AddV() for adding a vertex to graph

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

Wednesday, 27 January 2016

# Titan Graph DB Tutorial 1: Getting started

Untitled Document.md@import 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.2.0/katex.min.css';code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}code,kbd{padding:2px 4px}kbd{color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;box-shadow:none}pre{display:block;margin:0...