Difference between Gremlin and Tinkerpop

Viewed 2047

I'm trying to understand what is the difference between Tinkerpop and Gremlin (context: http://tinkerpop.apache.org/).

My assumption is that Gremlin is just the query/traversal language that can use different backends while Tinkerpop is Gremlin client + Gremlin backend (db). The official description says that Tinkerpop is a "graph computing framework", which is a bit too vague for me.

1 Answers
Related