I'm new to neo4j, and I'm building a social network. For the sake of this question, my graph consists of user
and event
nodes with relationship(s) between them.
A user may be invited, join, attend or host an event, and each is a subset of the one before it.
Is there any benefit to / should I create multiple relationships for each status/state, or one relationship with a property to store the current state?