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.

aaron_damiano
Node Clone
since ‎02-11-2022
‎10-29-2022

User Statistics

  • 22 Posts
  • 1 Solutions
  • 5 Kudos given
  • 0 Kudos received

User Activity

I am trying to find ALL other Customers who purchased products with ALL the same TYPE properties as C. MATCH (c:customer{customer_id: '00006413d8573cd20ed7128e53b7b13819fe5cfc2d801fe7fc0f26dd8d65a85a'})-[]->(p:product) WITH c, COLLECT(DISTINCT p.type...
I am trying to build recommended products per customer. I have a query that gets my recommended products BUT when executed in apoc.periodic.iterate I get multiple relationships. (I get the number of relationships in my LIMIT). I works when I LIMIT 1 ...
I have built a large DB of :customer, :product, :use and am trying to build a real-time product recommendation tool but the query is taking several mins to run. Any help optimizing this query would be appreciated. //Recommendation Query MATCH (c:cust...
Kudos given to