Build newsfeeds with Feedly (not the RSS reader)
Feedly, no not this feedly, is a python lib that provides a high level abstraction for building news feeds.
Feedly is a Python library, which allows you to build newsfeed and notification systems using Cassandra and/or Redis.
If you are building a social stream at some point in time SELECT * FROM updates WHERE user_id IN (people user follows) ORDER BY id DESC
stops working. At that point you need to build something a little more advanced. Feedly gives you those tools.
Discussion
Sign in or Join to comment or subscribe