nosql modeling : howto (digg as an example) ?

Posted by Jerome WAGNER on Stack Overflow See other posts from Stack Overflow or by Jerome WAGNER
Published on 2010-04-09T22:27:22Z Indexed on 2010/04/09 22:33 UTC
Read the original article Hit count: 431

Filed under:
|
|

Hello, I am trying to grasp this nosql thing since it sounds good for scalability.

Can you help me understand how a digg-like model would be structured efficiently ?

  • where are the users
  • where are the articles
  • where are the notations
  • ..

Thanks Jerome

© Stack Overflow or respective owner

Related posts about nosql

Related posts about digg

  • How to extract digg data by digg api

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I am trying to extract digg data for a user using this url "http://services.digg.com/user/vamsivanka/diggs?count=25&appkey=34asd56asdf789as87df65s4fas6" and the web response is throwing an error "The remote server returned an error: (403) Forbidden." Please let me know. public static XmlTextReader… >>> More

  • extract digg data by digg api

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I am trying to extract digg data for a user using this url "http://services.digg.com/user/vamsivanka/diggs?count=25&appkey=34asd56asdf789as87df65s4fas6" and the web response is throwing an error "The remote server returned an error: (403) Forbidden." Please let me know. public static XmlTextReader… >>> More

  • [Rails] OAuth with Digg API

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I'm attempting to get Rails to play nice with the Digg API's OAuth. I'm using the oauth gem (ruby one, not the rails one). My code looks approximately like this: @consumer = OAuth::Consumer.new(API_KEY, API_SECRET, :scheme => :header, :http_method => :post, :oauth_callback => "http://locahost:3000"… >>> More

  • [Rais] OAuth with Digg API

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I'm attempting to get Rails to play nice with the Digg API's OAuth. I'm using the oauth gem (ruby one, not the rails one). My code looks approximately like this: @consumer = OAuth::Consumer.new(API_KEY, API_SECRET, :scheme => :header, :http_method => :post, :oauth_callback => "http://locahost:3000"… >>> More

  • Digg Moves From MySQL to NoSQL

    as seen on Internet.com - Search for 'Internet.com'
    <b>Datamation:</b> "Social networking and voting site Digg is rewriting its underlying software infrastructure in an effort to improve performance and scalability. Part of that effort involves moving away from the MySQL database that has helped to power Digg since its creation." >>> More