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.

starz10de
Node Clone
since ‎04-28-2020
‎06-01-2022

User Statistics

  • 16 Posts
  • 2 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I have a graph containing many nodes. Each node in the graph has the same properties with different values. I loaded the graph efficiently using: CALL apoc.periodic.iterate('LOAD CSV FROM $url AS data FIELDTERMINATOR "," return data', 'CREATE (:G {x:...
I have a graph where each node contains two property A and B. I wanted to check e.g., if the same B value exist in other nodes (appear in the data more than one time). So far I succeed to find the occurrence of the property B value when its more tha...
I successfully installed the Neo4j server and I could access the neo4j browser in my remote interface. I wanted to try the Neo4j using docker installation. I could successfully install it and could also use Cypher directly in my docker container wher...
I am new to neo4j and I wanted to visualize a json file with its elements relationships. However, I could only success to visualize one part of the file (doc_id=1) using: CALL apoc.load.json("file:///data/test/forum_test.json") YIELD value as val UNW...
Kudos from