Design Decisions for Scaling Your High Traffic Feeds - High Scalability -
Fashiolista started out as a hobby project which we built on the side. We had absolutely no idea it would grow into one of the largest online fashion communities. The entire first version took about two weeks to develop and our feed implementation was dead simple. We've come a long way since then and I'd like to share our experience with scaling feed systems.
Feeds are a core component of many large startups such as Pinterest, Instagram, Wanelo and Fashiolista. At Fashiolista the feed system powers the flat feed, aggregated feed and the notification system. This article will explain the troubles we ran into when scaling our feeds and the design decisions involved with building your own solution. Understanding the basics of how these feed systems work is essential as more and more applications rely on them.
Furthermore we've open sourced Feedly, the Python module powering our feeds. Where applicable I'll reference how to use it to quickly build your own feed solution.
Read full article from Design Decisions for Scaling Your High Traffic Feeds - High Scalability -
No comments:
Post a Comment