cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Embedded Neo4j Graph Database For Python

OmShanti
Node Clone

Hi -

It seems that as of now Embedded version of Neo4j Graph database exists only for Java. Do we have similar version for Python as well? If not, can you please share any inputs as to how one can take the benefits of Neo4j Embedded in Python.

I am particularly not interested in Neo4j REST Server due to performance reasons, and i am only interested in Neo4j Embedded version that can work with Python

Any pointers in this regard would be highly appreciated.

Thanks.

5 REPLIES 5

have you considered the Neo4j Bolt Driver for Python and as described at https://neo4j.com/docs/driver-manual/1.7/get-started/#driver-get-started-about

Thanks @dana.canzano for the reply.

Yes, i had already explored Neo4j Bolt Driver for Python, but couldn't get the expected results from performance point of view.

I think you should explain more (in a new post) what you are trying to achieve and what doesn't work from a performance perspective.

Then folks can help you sort that out.

Is there any way to embed Neo4j in a python application the way you can in a Java application. I saw the https://github.com/neo4j-contrib/python-embedded repo says that the jpype approach was not workable so I am curious if anyone has made any headway

the last commit on https://github.com/neo4j-contrib/python-embedded is some 4+ years old and as such I would very much doubt if it works with the current version yet alone recognize the Bolt protocal.

but what about

have you considered the Neo4j Bolt Driver for Python and as described at https://neo4j.com/docs/driver-manual/1.7/get-started/#driver-get-started-about