neo4j - Graph DB Friends, Likes, Events -


I am working on a social networking site and the graph is very new to the database. I understand how to implement graph DB only with friends, however, where things like 'likes' and 'event' are fitted on the graph, or are they absolutely fit? I want to be able not only to be able to query for friends, but want to sort events based on my friends' choices.

For some modeling examples in Neo4j, take a look at a time-indexing structure that is Can be linked with custom categories on events, and more commonly domain modeling examples.

In addition, about the currents of the incident, some great researches have been done with graphite by Rene Pikehart,

Comments