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.

Ajwah
Node Link
since ‎12-13-2019
‎06-01-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Given a top node A And given that this top node A can have any arbitrary amount of children. For illustration purposes let these children be c1, c2 and c3 Each of these children in turn point to an arbitrary amount of items with a subset of items tha...
When I do multiple times: MATCH (entity: Entity{ collection_id: 10 }) MATCH (rule: Rule{ collection_id: 10, id: "strength_greater_than_0", column: "strength", operation: "greater_than", value: "0" }) WHERE entity.strength > 0 CREATE (rule)-[r:APPLIES...
I would like to have some guidance on creating a relationship between two existing nodes without introducing new nodes. The canonical way of doing this should be something like: MATCH (entity: Entity{ collection_id: 10 }) MATCH (rule: Rule{ collectio...
Kudos from