Modelling Many to Many Social App relationships in Spring Data Neo4j
I am writing a social media microservice application and using neo4j for my profile microservice. I am trying to create relationships between user profiles that will be friends. This is a type of many to many relationships. I am creating 10 users and I want them to be friends of each other.
Intended relation between nodes