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.

laureee777
Node Link
since ‎11-22-2022
‎11-23-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

I need help with creating many:many relations in neo4j using python. My database is about shipping products from supplier to buyer. Now I am stuck with creating relations which would describe path of supplied product. My code: pip install neo4j pip i...
Hi, I need help with creating relations between countries in neo4j using python. I have a code, but in neo4j browser it doesn't create relations. from neo4j import GraphDatabase driver = GraphDatabase.driver("neo4j://localhost:7687", ...
Kudos given to