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.

bill_dickenson
Graph Buddy
since ‎07-08-2020
‎06-01-2022

User Statistics

  • 147 Posts
  • 1 Solutions
  • 0 Kudos given
  • 19 Kudos received

User Activity

Online - Not full time, contract assignment We are finishing up a project and need some Neo4j help to roll over the finish line quickly. We have a java template and process defined, and some samples to work from. The job would be to use Neo4j to comp...
We are comparing two very large tree graphs that are 95% identical. The goal is to flag the whole tree on the 2nd graph when a difference is found. I am hoping for a simpler solution using the hash function. I am struggling with updating one node, wh...
I have a query that has a few number of "hops" before it gets to resolution and I am wondering if there is a limit to this kind of thing. The goal is to find situations where the A is somewhere downstream from B, and C is downstream from B also but ...
One of our dbs is reading through lines of text and creates a node for the line (a.text) and building a node for each word. Rarely, I need to go back and find just the root lines. Example: Text: My dog runs fast. iNode:400, stLine:1 Text:my, iNode:40...
I have a field in my db that needs to be updated from a CSV file. The CSV file itself is rather long but in a simple format with a name, a node id, and a level. APOC is not my usual. The CSV 'prog_name','node','level' 'dirielfran_apuntes.2021-02-27.j...