Python和图形数据库。使用java lib包装器或REST API? [英] Python and graph database. Use java lib wrapper or REST api?

查看:170
本文介绍了Python和图形数据库。使用java lib包装器或REST API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想问你关于在Python中使用图形数据库(Neo4j)的最佳方法。你的想法是,我应该使用neo4j / python-embedded( neo4j / python-嵌入与JPype)或者可能是bulbflow( bulbflow ,与Rexster,Gremlin和REST api)? REST api是否安全,并提供高可用性(例如500 000+用户)?

谢谢。

解决方案

我认为针对Neo4j服务器的灯泡可能是最好的组合。此外,您可以在高可用性模式下设置Neo4j,以便多个实例形成一个集群, http: //docs.neo4j.org/chunked/snapshot/ha.html ,它应该照顾您的负载情况。


I want to ask you about the best way to use graph database (Neo4j) in Python. What you think, should I use "neo4j/python-embedded" (neo4j/python-embedded with JPype) or maybe "bulbflow" (bulbflow, with Rexster, Gremlin and REST api)? Is REST api secure and provides high availability (e.g. 500 000+ users)?

Thank you.

解决方案

I think Bulbs against Neo4j Server might be the best combination. Also, you can set up Neo4j in High Availability mode so multiple instances are forming a cluster, http://docs.neo4j.org/chunked/snapshot/ha.html which should take care of your load scenario.

这篇关于Python和图形数据库。使用java lib包装器或REST API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆