I am modeling our existing database in transition to a graph database.
Currently here is how I can interpret the database a graph relationships
group -have-> groups group -have-> participants participant -is-> user user -has-> profile user -has-> user-accounts user-account -composed of-> social-logins user-account -composed of-> username-password Does these seem like valid relationships? Examples of relationships I have read includes the following which seems better but I can't think of thing else that can fit better for the existing relationships.
actor - acted-in -> movie director - directed -> movie supplier - supplies -> product UPDATE: Here is an articles I've already read. From what I can tell, https://neo4j.com/developer/relational-to-graph-modeling/#_modeling_from_relational_to_graph suggestions could be
belongs-to is-part-of