I am new user on Neo4J.. Just one week of reading.
I am looking into using NEO4J for creating recommendations.
We have product catalog and on product details page we would like to show similar products based on features of different products, cumulative rating, price range.
These products as such don't have relationship with each other except that they share common features.
For example Product : iphone Feature: camera, 4g etc
product: Samsung Note Feature: camera, 4g etc
Any thoughts if Neo4J is correct choice for this type of data? We want list of similar products based on feature set, price rang, rating for each prodct
And how wold data model will look?