I try to get a collection of nodes in my neo4j project
my db try describe connection between users and movies by rating
so i link the users to the movie with link "RATED" that have a rating value(1-5)
in addition i linked the users with themselves with "SIMILARITY" link
now i have groups of users that have liked between them
i want to see for each group of similarity users:group of movies that liked that movies(liked = rating>=4)
in this example my result is:Outbreak,Dance With Wolves,Disclosure