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.

Relationships with portions/percentages of a node

Hello, I am working on a project where the major property on a given node (currency) is its quantity. The challenge that I'm running into is that the quantity on the node changes depending on the node that it's related to. I'm running into a situation where I'm not sure whether to make additional nodes representing the different quantities, or figuring out some way to make a relationship to only a portion of the node. Thoughts?

-Isaac

1 REPLY 1

Hello @isaacdbrown1

the quantity on the node changes depending on the node that it's related

I would store the value in the relationship

Regards,
Cobra