Neo4j is an open-source graph database (GDB) well suited to connected data.
I can't find a way to change a relationship type in Cypher. Is this operation possible at all? If not: …
neo4j cypherI'm trying to find all the nodes with more than one incoming relationship. Given this data: a-[has]->…
neo4j cypherI want to visualize a neo4j embedded graph within my JAVA application. I have read the Max De Marzi's …
java eclipse user-interface neo4j jappletDoes http://localhost:7474/browser/ not support multiple unrelated queries? This code: MATCH (a {cond:'1'}), (b {cond:'x'}) CREATE …
neo4j cypherIs there a way to create bidirectional relationship in Neo4j using Cypher? I would like the relationship to be …
neo4j cypher relationship bidirectional-relationI am wondering what the best ways to store graphs in persistent storage are, for later analysis, search, clustering, etc. …
database graph storage persistent neo4jAccording to https://neo4j-contrib.github.io/neo4j-apoc-procedures/, one only needs to download the binary jar from http://github.…
neo4j neo4j-apocI was looking on the scalability of Neo4j, and read a document written by David Montag in January 2013. Concerning …
neo4j scalability