Syncleus / Ferma

An ORM / OGM for the TinkerPop graph stack.

Home Page:http://syncleus.com/Ferma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frames should use traversals to manipulate the graph

jsight opened this issue · comments

Based upon this conversation, this is the preferred way to create vertices and modify properties:

https://groups.google.com/forum/#!topic/gremlin-users/NFf9gJasjb8

Not doing this means that "EventStrategy" cannot be used effectively in conjunction with Ferma.

@jsight I will look into this further. A PR is always welcome as well.