Top "Neo4j" questions

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

Cypher Neo4j Couldn't load the external resource

In a Windows environment, I'm trying to load a .csv file with statement: LOAD CSV WITH HEADERS FROM "file:///E:/…

csv neo4j load
How to count the number of relationships in Neo4j

I am using Neo4j 2.0 and using the following query to find out the count of number of a particular …

neo4j cypher
Gremlin remove all Vertex

I know how to remove a vertex by id, but I need to delete multiple vertices (clean the db). Deleting 1 …

graph neo4j gremlin
Neo4j or GraphX / Giraph what to choose?

Just started my excursion to graph processing methods and tools. What we basically do - count some standard metrics like …

neo4j giraph spark-graphx
Is D3.js the right choice for real-time visualization of Neo4j Graph DB data

I am a CS Research student at UW, and my group is at the point of trying to visualize specific …

d3.js visualization neo4j graph-databases graph-visualization
How to delete labels in neo4j?

How to delete labels in neo4j? Actually I deleted all nodes and relationships, then I recreated the movie database …

neo4j
How to execute Cypher in a file?

I am working on windows. I have created a text file of Cypher query using notepad. How can I run …

neo4j cypher
neo4j find all nodes with matching properties

I have a relatively large set of nodes, and I want to find all pairs of nodes that have matching …

neo4j cypher
What's the Cypher script to delete a node by ID?

In SQL: Delete From Person Where ID = 1; In Cypher, what's the script to delete a node by ID? (Edited: ID = …

neo4j nosql cypher graph-databases
Neo4j - How to delete unused property keys from browser?

I've deleted all my nodes and relationships (Delete all nodes and relationships in neo4j 1.8), but I see that in …

neo4j nosql