ORM with Graph-Databases like Neo4j in Python

前端 未结 3 1110
面向向阳花
面向向阳花 2020-12-28 16:30

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.,

3条回答
  •  孤独总比滥情好
    2020-12-28 17:30

    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.

提交回复
热议问题