How to implement the activity stream in a social network

Posted by Nicolò Martini on Stack Overflow See other posts from Stack Overflow or by Nicolò Martini
Published on 2009-09-18T11:28:46Z Indexed on 2010/05/23 15:11 UTC
Read the original article Hit count: 430

I'm developing my own social network, and I haven't found on the web examples of implementation the stream of users' actions... For example, how to filter actions for each users? How to store the action events? Which data model and object model can I use for the actions stream and for the actions itselves?

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about stream