orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
91 stars 32 forks source link

addEdge #158

Closed M1sterPl0w closed 5 years ago

M1sterPl0w commented 5 years ago

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.

wolf4ood commented 5 years ago

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