Neo4j Domain Modeling With Spring Data
The relationship between a person and a project has an associated role. This relationship is also the basis for the list of collaborators: two people are collaborators if there’s at least one project of which they’re both members.

Solve this with a relational database.
Original title and link: Neo4j Domain Modeling With Spring Data (©myNoSQL)