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.

One to Many Design Question

I'm developing a Neo4j database that will contain bioinformatics content. In reviewing similar graph databases for design ideas, I came across one that models one-to-many relationships with an interspersed collection node which then points to the child nodes. For example, Protein -> ReferenceCollection -> Reference(s). This pattern is used for most of the one to many relationships in the database. I was wondering what, if any, advantage this design provided.

1 REPLY 1

sameerG
Graph Buddy

You can model the domain entity nodes yourself in java as shown in below link
https://neo4j.com/docs/ogm-manual/3.2/reference/