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.
Is there any way to embed Neo4j in a python application the way you can in a Java application. I saw the GitHub - neo4j-contrib/python-embedded: Python bindings for Neo4j repo says that the jpype approach was not workable so I am curious if anyone has made any headway