node-neo4j Questions
2
Solved
I am using node-neo4j npm module, and using the db.cypherquery() call to call cypher queries from my node js application. I am trying to delete a relationship between two nodes, and I would like to...
Lixivium asked 8/5, 2017 at 14:42
2
Solved
Any rule of thumb on where to use label vs node property vs relationship + node.
Let's have an example, say I have a store and I want to put my products in neo4j. Their identifier is the product s...
Hagans asked 12/3, 2014 at 1:56
3
Solved
I'm new to the Graph Database scene, looking into Neo4j and learning Cypher, we're trying to model a graph database, it's a fairly simple one, we got users, and we got movies, users can VIEW movies...
Gere asked 19/12, 2014 at 14:41
1
TL;DR: I am either losing my mind, or neo4j's transactions are slightly broken. It looks like uncommitted nodes are available outside of committed transactions, with missing properties - or somethi...
Incarnadine asked 1/10, 2014 at 2:17
1
© 2022 - 2024 — McMap. All rights reserved.