i wonder wether there is a solution (or a need for) an ORM with Graph-Database (f.e. Neo4j). I\'m tracking relationships (A is related to B which is related to A via C etc.,
Shameless plug... there is also my own ORM which you may also want to checkout: https://github.com/robinedwards/neomodel
It's built on top of py2neo, using cypher and rest API calls under hood, i.e no dependency on gremlin.