ORM with Graph-Databases like Neo4j in Python

前端 未结 3 1088
面向向阳花
面向向阳花 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:04

    Maybe you could take a look on Bulbflow, that allows to create models in Django, Flask or Pyramid. However, it works over a REST client instead of the python-binding provided by Neo4j, so perhaps it's not as fast as the native binding is.

提交回复
热议问题