March 20, 2010
By David Recordon This talk will give you a better idea of what it takes to scale Facebook. From the day that Mark Zuckerberg started building Facebook in his Harvard dorm room in 2004 to today, the site has been built on common open source software such as Linux, Apache, mysql, and PHP. Today Facebook reaches over 350 million people per month, is the largest PHP site in the World, and has released major pieces of our infrastructure as open source. It’s not possible to scale a site like Facebook simply by sharding your databases, rather we’ve developed and contributed to a series of open source infrastructure technologies. Some of these projects include Cassandra, Hive, Haystack, memcached, and Scribe, where each focuses on solving a specific problem with Thrift allowing them to communicate across languages. This talk will give you a better idea of what it takes to scale Facebook, a look into the infrastructure we use to do so, and dive into performance work we’re focused on in order to scale PHP to over 350 billion page views per month.FOSDEM (Free and Open Source Development European Meeting) is a European event centered around Free and Open Source software development. It is aimed at developers and all interested in the Free and Open Source news in the world. Its goals are to enable developers to meet and to promote the awareness and use of free and open source software. More info at fosdem.org






One response to "Scaling Facebook with opensource tools"
And Twitter is following suite. Cassandra is replacing MySQL at Twitter. It seems that the NoSQL movement. is gaining pace. Traditional relational databases, which use SQL data access, are unsuitable for the huge tasks in these Social Media sites
Leave a comment
You must be logged in to post a comment.