cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

wumirose
Node Clone
since ‎05-15-2022
‎12-11-2022

User Statistics

  • 13 Posts
  • 0 Solutions
  • 4 Kudos given
  • 2 Kudos received

User Activity

I have two CSV files. 1. all_entities.csv: The list of all node entities and their attributes, e.g., name, type 2. relations.csv: Three columns that have EntityA, relation, EntityB   I created nodes using     LOAD CSV WITH HEADERS from "file:///all_...
Hi folks, I am attempting to get a subgraph and graph data(as '.txt 'or other formats) from a big graph Approach 1:  Randomly sample all nodes types from the large graph         MATCH (source: Node)-[r*..]-(target: Node) WHERE source.name<>target.nam...
Hi, great minds! I am new to neo4j and currently exploring an existing graph to extract data for downstream tasks.I would like to get all pairs of nodes and their relationship from the graph.  MATCH (n)-[r]-(n1) WHERE n<>n1 AND n1>n RETURN * This wil...
Kudos from
Kudos given to