Hello,
With TraversalSource, we wanted to make sure that GraphTraversal was able to do
everything that was possible from Graph,Vertex,Edge,etc. We all know that
GraphTraversal can do READ operations, but what about WRITE? Daniel Kuppitz and
I worked out the following mutation steps:
addV():
http://tinkerpop.incubator.apache.org/docs/3.0.0-SNAPSHOT/#addvertex-step
(available off GraphTraversalSource and GraphTraversal)
addE():
http://tinkerpop.incubator.apache.org/docs/3.0.0-SNAPSHOT/#addedge-step (two
types: direct and path-based)
property():
http://tinkerpop.incubator.apache.org/docs/3.0.0-SNAPSHOT/#addproperty-step
Enjoy,
Marko.
http://markorodriguez.com