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.

benmathiesen
Node
since ‎04-13-2019
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I'm trying to write a query that explores a DAG-type graph (a bill of materials) for all construction paths leading down to a specific part number (second MATCH), among all the parts associated with a given product (first MATCH). There is a st...
Hi everyone, I'm new to cypher and I'm trying to run a query on a large graph. The idea is to match a variable length pattern, but only within a subset of nodes from the full graph. The graph represents all the parts used to construct a set of produc...