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.

sanna_aizad
Node Link
since ‎02-01-2022
‎07-22-2022

User Statistics

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

User Activity

I have 3.2+ million nodes I want to write to neo4j and almost twice as many relationships. I am using Cypher sessions and batches to create these nodes and relationships but it is taking *a lot* of time. What I think would be a good solution is to di...
I want to iterate two paths of nodes and make comparison on properties. Then update the nodes in the database accordingly. I connect to neo4j using the python driver and create a read transaction to get the paths. My function returns the nodes, but I...
I'm trying to do the 'Adding the Driver' Challenge from Building Neo4j Applications with Python using windows and I am struggling. I have followed all the steps and I was able to setup a virtual sandbox environment. I made the following changes to n...
I want to create parent nodes (intermediate nodes) for a linked list. In the nodes below, I want a parent node with head at (13) and tail at (17) and another one with head at (17) and tail at (21). However, when I find the nodes, it creates an extra...
Hello! I have introduced a graph model for the human genome and I am using Neo4j to achieve this objective. I am learning as I go and I am truly amazed that there is so much that can be done using Cypher. I am really happy to be a part of this commun...
Kudos given to