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.

brant_boehmann
Node Clone
since ‎08-21-2018
‎06-01-2022

User Statistics

  • 34 Posts
  • 8 Solutions
  • 8 Kudos given
  • 11 Kudos received

User Activity

I have a relationship that is basically a linear parentage chain. A node can only have a single incoming relationship of this type. This can be arbitrarily deep, but reasonably doesn't get deeper than ~10. example data (a:Asset {id:1})-[:PART]->(b:As...
Our current system uses an oracle sequence and grabs a value to populate into some of our Neo4J graph nodes. I'm at a point where I may be able to refactor some of the inner-workings of some of this code, but I still may have to retain the integer se...