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.

mayassia
Node Link
since ‎06-09-2020
‎01-04-2023

User Statistics

  • 10 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Hi everyone, first I wish you all hapyy new year. I have an old version of neo4j database which is 3.5 with the name graph.db. I want to copy data on version 4.4.11 using neo4j-admin but the problem that it does not work. I also tried to copy the ...
Hi everyone, I'm trying to use a parametrized query to create my graph. ````:param A => ["AA","AB"];:param B => ["BA","BB"]; WITH $A as A, [10,30,30,26] as durationFOREACH (c in A and d in duration| CREATE(:field { name:c, duration:d})); This query d...
Hello everyone, I'm using apoc.algo.dijkstra to compute shortest paths and then create new relationships with some computed properties. Here is my query: Call apoc.periodic.iterate( "Match (h:Hub:Airport),(a:Arrival) where h.code<>a.code Call apoc.a...
Hello, I want to compute shortest paths for all pairs in my graph. I tried to use all pairs shortest paths and single shortest paths but both do not return paths like apoc dijkstra. I'm working in a graph with 4602 nodes and 80000 relationships. I ca...
Kudos given to