Neo4j is an open-source graph database (GDB) well suited to connected data.
I know that there are similar questions around on Stackoverflow but I don't feel they answer the following. Graph Databases …
neo4j sparql graph-databases orientdb triplestoreI need to delete all relationships between all nodes. Is there any way to delete all relationships in the neo4…
java ruby-on-rails ruby neo4j neographyHow do you create multiple databases on one server using neo4j? I have multiple clients, and I want to …
database neo4jI'm an historian of medieval history and I'm trying to code networks between kings, dukes, popes etc. over a period …
date neo4j date-rangeWhen I tried to create relationship using spring code, I am getting Transaction manager error. I am using Mysql and …
spring spring-mvc spring-boot neo4j spring-data-neo4jI want to submit a list of semi-colon separated Cypher write statements via the web browser but I'm getting errors... …
neo4j cypherI'm using neo4j and making executing this query: MATCH (n:Person) RETURN n.name LIMIT 5 I'm getting the names …
neo4j cypherIs it possible to run a case-insensitive cypher query on neo4j? Try that: http://console.neo4j.org/ When …
neo4j case-insensitive cypherI am trying to start my graph from Rstudio on Mac OSx, installed RNeo4j via devtools on (for R …
r neo4j r-neo4jI want to be able to update/enlarge my Neo4j database by uploading a newer version of that database …
neo4j cypher