Short Intro to Graph Databases, Manipulating and Traversing With Gremlin
Alex Popescu at myNoSQL captures a slide deck by Pierre De Wilde, “A Walk in Graph Databases.”
Has extensive examples using Gremlin after a short graph theory introduction.
Amusing graphic of everything looking like a table if all you have is a relational database.
Truth is that everything looks like a graph from a certain point of view.
Design question: What graph qualities, if any, are appropriate for your data and goals?
Always possible that graph representation or properties are inappropriate for your project.