Google and Facebook Open Source Important Tools

33

Over the years, Google has been one of the largest contributors to the open source community, handing many of its projects over for community development. Just this month, both Google and Facebook have made some significant new contributions of projects. Google has released Kubernetes under an open-source license, which is essentially a version of Borg, which harnesses computing power from data centers into a powerful virtual machine. It can make a difference for many cloud computing deployments.

Last week, Facebook open sourced Haxl, a library that eases access to remote data. Haxl can automatically batch multiple requests to the same data source, request data from multiple data sources concurrently, and cache previous requests. Having all this handled behind the scenes means that data-fetching code can be much cleaner and clearer than it would otherwise be if it had to worry about optimizing data-fetching.

 

Read more at Ostatic