Python with neo4j 2.x -



Python with neo4j 2.x -

are there python libraries meant work neo4j 2.x?

i utilize orm (ogm?) python, ones have tried don't back upwards labels, create node , relationship object type.

are there packages (or in works) back upwards 2.x style labels? or missing functionality in current orm packages? (neo4django, neomodel, neo4py)

django back upwards plus, not requirement.

edit:

i have had success neo4jrestclient way manipulate nodes/relationships/labels, looking way set types of nodes specific fields , properties/rules combining nodes in specific ways.

neomodel has neo4j 2.x development branch (https://github.com/robinedwards/neomodel/tree/feature_neo4j_2_0). much work in progress @ point , had tweak of code handle relationships in neo4j 2.1.2 in current state find easier utilize ogm provided py2neo.

python neo4j

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -