Hey Community,
i'm new to Neo4J.
How can i reason/interference with Neo4j?
Data:
user1-[hasItem]->Item1
user1-[hasItem]->Item2
user2-[hasItem]->Item1
user2-[hasItem]->Item2
user2-[hasItem]->Item3
user3-[hasItem]->Item1
user3-[hasItem]->Item2
user3-[hasItem]->Item3
user3-[hasItem]->Item4
Question:
i'm searching something like recommend (user1) top 5 Items (by count), that other Users have with the same items (item1, item2). It's like people that bought item1, item2 also bought item3, item4 (priorized by count item3[2 times], item4[1 time]).
Is there a simple solution? Sorry, that might be a stupid question and obvious, but like i sayd i'm new and i think, this is one of the benefits of Neo4J.
thanks!
Sebastian