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.

wadie_almouhtad
Node Link
since ‎12-02-2021
‎06-01-2022

User Statistics

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

User Activity

so i'm running the following query on 500k nodes: load csv with headers from 'file:///df_keyword_urls.csv' as row with collect({keyword:row.keyword , urls:row.urls}) as ROW unwind ROW as k1 unwind ROW as k2 with k1.keyword as key1,apoc....
Hi experts . I'm trying to query my graph model to export nodes that share maximum relationships in one group : i want to create lists that contains keywords that shares same URLS per example : create list1 ['keyword-1' , 'keyword-2' , 'keyword-3'...