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.

sberk10
Node Link
since ‎09-06-2020
‎06-01-2022

User Statistics

  • 11 Posts
  • 1 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

I have a method called create_node that will create a new node if it doesn't already exist in my database. That method works when I test it with hard-coded values in the code snippet below: next_node = session.read_transaction(get_node_by_name, 'Grev...
I want to create a method that accepts the names of two nodes and a relationship type name, and creates a relationship of that type between the nodes. I'm having trouble figuring out how to reference the relationship name that I'm passing into the me...
I used the neosemantics plugin to import all instances of cities located in Italy. I also imported all instances of points of interest located in Italy. Now, I want to add a relationship to show which points of interest are in which cities. To do thi...
Kudos from
Kudos given to