Syncleus / Ferma

An ORM / OGM for the TinkerPop graph stack.
http://syncleus.com/Ferma
Apache License 2.0
136 stars 26 forks source link

Frames should use traversals to manipulate the graph #44

Open jsight opened 6 years ago

jsight commented 6 years ago

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.

freemo commented 6 years ago

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