Top "Neo4j" questions

Neo4j is an open-source graph database (GDB) well suited to connected data.

Graph Databases vs Triple Stores - when to use which?

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 triplestore
How to delete all relationships in neo4j graph?

I 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 neography
Creating multiple databases on one server using Neo4j

How do you create multiple databases on one server using neo4j? I have multiple clients, and I want to …

database neo4j
How to handle dates in neo4j

I'm an historian of medieval history and I'm trying to code networks between kings, dukes, popes etc. over a period …

date neo4j date-range
No bean named 'transactionManager' available

When 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-neo4j
Submitting multiple semi-colon separated Cypher statements through Neo4j Browser

I want to submit a list of semi-colon separated Cypher write statements via the web browser but I'm getting errors... …

neo4j cypher
How to get node's id with cypher request?

I'm using neo4j and making executing this query: MATCH (n:Person) RETURN n.name LIMIT 5 I'm getting the names …

neo4j cypher
Running a case-insensitive cypher query

Is it possible to run a case-insensitive cypher query on neo4j? Try that: http://console.neo4j.org/ When …

neo4j case-insensitive cypher
Failed connect to localhost:7474; Connection refused. Where is the neo4j-server.properties file?

I am trying to start my graph from Rstudio on Mac OSx, installed RNeo4j via devtools on (for R …

r neo4j r-neo4j
Neo4j Add/update properties if node exists

I want to be able to update/enlarge my Neo4j database by uploading a newer version of that database …

neo4j cypher