Category "neo4j"

is it a good pratice to store authentication data in neo4j nodes?

This may seem to be an ingenuous question but i searched for examples without finding anything about. So, is it a good pratice to store authentication data such

Clone nodes and relationships with Cypher

Is it possible to clone arbitrary nodes and relationships in a single Cypher neo4j 2.0 query? 'Arbitrary' reads 'without specifying their labels and relationshi

Neo4j search for second shortest path

We know that we can get the shortest path between nodes by the following statement MATCH p=allShortestPaths((a)-[*]->(b)) Is there any way to search for t