Search
Follow Us

Follow nosqldatabases on Twitter Follow nosqldatabases on Facebook Follow nosqldatabases on Google Buzz Follow nosqldatabases on LinkedIn Follow nosqldatabases on FeedBurner NoSQL presentations on slideshare

Sponsors

Become a sponsor of NoSQLDatabases.com. Contact us to find out how.

Featured Jobs

 

Follow On Facebook
Recent NoSQL News

Advertisments
« Neo4j Traversers and Pattern Matchers | Main | Automated Partitioning, Sharding and Failover in MongoDB »
Tuesday
Aug172010

InfiniteGraph Meets StackOverflow

InfiniteGraph, which just recently release version 1.0, has a post on their blog in which they model the popular Q+A site StackOverflow in a graph database. How do you model Q+A in a graph database?

The vertices in the graph are represented as the Users, Questions and Answers above while the edges are represented as the interactions between them (i.e. a User “Posts” a Question,  an Answer is “For” a Question, a User “Comments On” a Question or Answer).  Simple enough, and like most other social graphs, users seem to be the focal points with the majority of connected edges.

While a deviation from the traditional graph database example of Facebook or Twitter graphs, it's a useful deviation that demonstrates the power and flexibility of the graph database.

Read more: InfiniteGraph Meets StackOverflow

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>