Facebook's top 5 open source projects of 2015

No readers like this yet.
Open Source Yearbook icons

Opensource.com

Facebook believes in the power of open source. When a community gathers to work on code, there are a host of benefits. Fresh eyes point out problems and we arrive at solutions faster. Together we tackle the challenges we're facing, innovation accelerates, and the community stretches the limitations of existing technology.

Of course, a successful open source program depends on a strong, collaborative community. As the end of the year approaches, we wanted to reflect on Facebook's top five open source projects in 2015, measured by community activity and impact.

HipHop Virtual Machine (HHVM)

HHVM is our virtual machine and web server that we open sourced in 2013, building on the HPHPc compiler we released in 2010. In the past year alone, we've seen a 29% increase in the number of commits and a 30% increase in the number of forks.

HHVM is most commonly run as a standalone server, replacing both Apache and mod_php, designed to execute programs written in Hack and PHP. It uses a just-in-time compilation approach to achieve superior performance, while maintaining the flexibility that PHP developers are accustomed to. We've reached great milestones this year:

  1. We made new Async features available by default, including AsyncMySQL and MCRouter (memcached) support.
  2. In December we announced support for all major PHP 7 features at the same time that the language itself was released, and we released our next generation of user documentation.
  3. Box announced HHVM as the exclusive engine that serves its PHP codebase.
  4. Etsy migrated to HHVM in April, which helped the company address a variety of challenges associated with building mobile products at the scale needed.

React

Facebook open sourced React in May 2013, and in the past year we've continued to see strong collaboration in the community, including a 75% increase in the number of commits and a 198% increase in the number of forks. React is Facebook's JavaScript library for building user interfaces, and is being used by many companies because it takes a different approach to building applications: React allows you to break the application down into separate components that are decoupled so that the various components can be maintained and iterated on independently.

This year we had two major releases, launched React Native, announced new developer tools, and saw more companies—including Netflix and WordPress—use React to build their products.

Presto

Presto is our distributed SQL engine for running interactive analytic queries against data sources of all sizes, ranging from gigabytes to petabytes. We created Presto to help us analyze data faster because our data volume grew and the pace of our product cycle increased.

Since making Presto available to others in November 2013, we've seen a lot of growth, adoption, and support for it, including a 48% increase in the number of commits and a 99% increase in the number of forks in the past year. Companies like Airbnb, Dropbox, and Netflix use Presto as their interactive querying engine. We also see growing adoption all over the world, including by Gree, a Japanese social media game development company, and Chinese e-commerce company JD.com.

This year, Teradata announced plans to join the Presto community, with a focus on enhancing enterprise features and providing support. This emphasizes the level of trust the community has in Presto's ability to be an integral part of the data infrastructure stack. In addition, Amazon Web Services (AWS) supports Presto as a first-class offering in its EMR service, with many production users—including Nasdaq and leading business intelligence tool vendor MicroStrategy—supporting Presto in its flagship MicroStrategy 10 product.

RocksDB

We open sourced RocksDB, an embeddable, persistent key-value store for fast storage, in November 2013. Aside from the impressive 52% increase in the number of commits and the 57% increase in the number of forks for this project in the past year, the reason this particular project has resonated so well in the open source community is that the embedded database helps provide a way to work around slow query response time due to network latency, and it is flexible enough to be customized for various emerging hardware trends.

RocksDB powers critical services at companies such as LinkedIn and Yahoo, and a key focus for us this year was to bring the RocksDB storage engine to general-purpose databases, starting with MongoDB. Similar to Teradata's commercial support for Presto, another milestone for RocksDB this year was the announcement of enterprise-level support by Percona's data performance experts.

React Native

React Native, one of our newest open source projects, was made available in March of this year. React Native lets engineers use the same React methodology and tools to rapidly build native applications for mobile devices. In addition to developing these tools internally, Facebook collaborates with the open source community to improve the experience for developers worldwide. In its first year, React Native has become the second most popular Facebook open source project, with more than 23,000 followers in GitHub. It was used internally to build the Facebook Ads app for both iOS and Android, resulting in an 85% code reuse by developers whose core competency was JavaScript. The paradigm shift in mobile development that React Native brings to the table makes this one a key highlight of the year.

Overall, we still have a lot of work to do, but we're proud of what we've been able to accomplish as a community. We want to thank everyone who dedicated time to these projects and helped us make this a great year!

User profile image.
Christine Abernathy is a Developer Advocate on the Open Source team at Facebook, with previous Developer Advocacy roles on Parse and Facebook Platform. Prior to Facebook, Christine headed up engineering at MShift, a mobile banking software provider, delivering iOS apps and mobile browser-based products.

3 Comments

Good to see this Christine. What could be the next 5 in this list? - Flux, Relay, Nuclide, Jest, Buck?

Thanks for the post Christine. Facebook, for sure is climbing up the open source hill.

good post christine facebook its the best social website and advertisement

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.