BuildGrid

BuildGrid is an implementation of Bazel's Remote Execution API, which provides a set of gRPC services for remotely executing commands and caching the results of that execution for reuse later.

This remote caching allows build artifacts to be shared across teams efficiently, speeding up build times dramatically. Remote execution allows parallelising compilation and other tasks across a grid of workers, enabling builds on small VMs to feel as fast as builds on huge build machines.