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.

o9384496
Node Link
since ‎01-23-2019
‎06-01-2022

User Statistics

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

User Activity

Hello, I have been using neo4j for about 7 month now, and I came across a problem. I wanted to create a node based on multiple conditions, I have a collection of nodes, and I want to create a node that is connected to all of them. The problem is that...
Hello, We are writing tests to our program, and we are trying to compare a whole database. We discovered the apoc.hashing.fingerprintGraph() command that output an MD5 of the graph. Our problem is that when we run it, sometimes we are getting the fol...
Hello, I would like to know if there is a difference between int property or a string property in the following scenario: I have multiple relations and every one of them have an "index" property. Until now i have had strings of int in the property - ...
Hello, I would like to know if there is a difference between int property or a string property in the following scenario: I have multiple relations and every one of them have an "index" property. Until now i have had strings of int in the property - ...
Hello, I've tried using the apoc.path.expandConfig to find a path. I've called it twice with different sequence and if the second one didn't find any path, it "deleted" the result of the first apoc. For example - The graph CREATE (n:Person:TrailStart...