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.

dilmacfatih
Node Link
since ‎05-11-2021
‎06-01-2022

User Statistics

  • 6 Posts
  • 1 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

Hi everyone, I try to load csv file into the neo4j. My Query is: :auto USING PERIODIC COMMIT 5000 LOAD CSV WITH HEADERS FROM "file:///C:/mesh_network.csv" AS line FIELDTERMINATOR ';' Merge(n:Mesh {name:line.mesh,frequency:toInteger(line.frequency1)})...
Hi everyone, i have 12 000 nodes which stores keywords and there is a SEEN relation with weight. For example, if k1 and k2 has seen on 10 articles then k1-----SEEN {weight:10} --->k2 Now i want to visualize with the 5 most influencer. Actually som...
Kudos from
Kudos given to