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.

hahmed24
Node
since ‎04-19-2021
‎07-15-2022

User Statistics

  • 27 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

hi there,   basically, I am counting the paths between node X-->A, X-->B, and X-->C, and returning them at the same time. To do this I used path expand all. I placed each path count as a subquery.  match Xmatch Amatch Bmatch C call { path expand X-->...
I need to fix an issue i am facing. simply put, i need to select 500 random nodes and count the number of paths to a single target node at hops 1,2,3,4. i am doing it one at a time after coming up with those random nodes using a separate code. this...
i need help with minor adjustment to a code, i am using path expand to returns paths; the nodes and the relationships connecting them. however, it return the nodes in one column and the relationships in another. i also need to make this process mor...
Hey there, I am just curious if there is a good way to host a biomedical graph online. my intention is to make such a graph public for others to use however I am just a student and can not pay thousands of dollars for a paid service. the graph has ar...
Hey there, I am having an issue loading a dump file into new a database. things seem fine but when i open the database i receive the following error, Database "database" is unavailable, its status is "offline". i tried multiple databases using multip...