orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

addEdge

M1sterPl0w opened this issue · comments

In followed the following documentation: http://orientdb.com/docs/3.0.x/gremlin/Gremlin.html
Here is told you can make vertices with addVertex en create edges with addEdge. The last one is not present in "OrientGraph.java" please update the documentation or something.

Hi @M1sterPl0w

that link is for Gremlin API 2.6.x. For the version 3.0.x which is compatible with Apache Tinkerpop 3 see
here