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.

mburbidg1
Node Clone
since ‎05-21-2022
‎02-09-2023

User Statistics

  • 24 Posts
  • 0 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

When I do go get https://github.com/neo4j/neo4j-go-driver, I end up with the following in by go.mod file. github.com/neo4j/neo4j-go-driver v1.8.3 I would expect to get version v5 of the driver. I can't figure anyway to get the latest driver in my pro...
My graph is a tree consisting of nodes with the label of "Entity". Entities are related via a CHILD_OF relationship. So each Entity has an outgoing CHILD_OF relationship with it's parent Entity. Furthermore, each Entity has one or more nodes with the...
My posts are getting marked as spam. They are real questions regarding real problems I am encountering. Can a moderator help me? Thanks, Michael-
I'm receiving the following exception while connecting to Neo4j Desktop.     Caused by: org.neo4j.driver.exceptions.ServiceUnavailableException: Connection pool for server localhost:7687 is closed while acquiring a connection. at org.neo4j.driver.in...
I'm trying to create and run a simple test against my graph model using Spring Data Reactive Neo4j. But I'm getting the following exception.   2023-01-09 13:46:16.106 WARN 41050 --- [o4jDriverIO-2-4] .n.c.Neo4jPersistenceExceptionTranslator : Don't ...
Kudos from