sacarias40 1 Junior Poster

I have a project im working on that includes an activity stream.

I'm working in php and MongoDb (noSql).

The site can post articles, users can promote articles or add them to favorites.

How may i include these in an activity stream similar to facebook or twitter?

Example:

Josh, john, and jane just "promoted" this article.

______________

how should i create my database to be able to do this easily?

Josh, john, and jane and my friends and i would see this in my profile on my activity stream.