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.

carlo_martinott
Node
since ‎03-16-2022
‎06-01-2022

User Statistics

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

User Activity

I'm trying to create edges from the python API of neo4j using a neo4j docker image. basically I launch the following script: from neo4j import GraphDatabase server='bolt://localhost:7687' usr="neo4j" pwd="jdl" driver = GraphDatabase.driver(server, a...
Hello everyone, sorry I'm a Neo4j newbie here, trying to solve a practical problem to see if neo4j is fit for the application. Let's say I have a database with nodes of two types Candyjars and Candies. Every Candyjar (Candyjar1, Candyjar2...) has dif...