How to store social network's actions in NEO4J?
问题 We are going to use NEO4J for our social network database and we have common social networks actions such as following, link, comment, posts and so on... . Now I want to know is this correct, we are doing: Comment: user_comment is a node and has a relation with post node, relation name is comment Like: Like is a relation, the relation name is like and a post has a relation with a user, the relation name is like Location: Each post can have a location, then post node has a where relation with