thanks for your replies all
@dominicvivek06 nice tutorials and blog!
@cj20011 I'm trying to build a knowledge graph from reddit posts. esp liked the one on demo data, tho not so python related.
It's just taking me time to find how to do things like "don't create duplicate nodes" or if there's a way to create a node and relation at the same time. Probably basic for someone who knows neo4j but quite slow and hard to find with py2neo.
I would prefer long term to use an ORM, rather than writing raw cypher queries. I find it a more natural way to think about my data models and add features as I need them to the right classes. I think py2neo also allows you to drop down into run
cypher queries so it's the best of both worlds? Is there anything significant missing that is in the official python driver?