Top "Neo4j" questions

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

Deleting all nodes and relationships in neo4j using cypher exceeds heap space

I have been trying to run this query as recommended in the neo4j google group and in other sources …

neo4j cypher
How can I get the number of nodes of a Neo4j graph database from Python?

I'm trying to get the number of nodes of a Neo4j graph database using Python, but I don't find …

python neo4j networkx
How to return relationship type with Neo4J's Cypher queries?

I am trying to get the relationship type of a very simple Cypher query, like the following MATCH (n)-[…

neo4j cypher
Return labels for a node using Cypher

How do I return all the labels for a node using a Cypher query? Note that I don't know the …

neo4j cypher
Experiences OrientDB vs Neo4j

I am looking for the right Graph DB for a project. I tested Neo4j and really liked it. But …

neo4j graph-databases orientdb
How to Update or change value in cypher neo4j

Is there any update query in cypher using which we can update the property of any node or relationship ? For …

java neo4j cypher
Export whole database in Cypher format (ASCII text)?

Is there a way to export an entire Neo4J database in Cypher, resulting in an ASCII file of the …

neo4j
Neo4j - NOT IN query

The graph schema I have is (actors)-[:ACTED_IN]->(movies). I know how to find actors who …

neo4j cypher graph-databases
Cypher Neo4J - CASE Expression with MERGE

I'm trying to implement the logic in Cypher where, based on a particular condition (CASE Statement), I would create some …

merge neo4j logic case cypher
Is there an easy GUI-based way to build graphs in neo4j?

Is there a GUI-builder for neo4j? I want to be able to quickly add new nodes, set labels, set …

neo4j