layout: community title: Bazel Users

Corporate users of Bazel

Ascend.io

Ascend is a Palo Alto startup that offers solutions for large data sets analysis. Their motto is Big data is hard. We make it easy.

Beeswax (in their own words)

Beeswax is a New York based startup that provides real time bidding as service. Bazel powers their Jenkins based continuous integration and deployment framework. Beeswax loves Bazel because it is blazingly fast, correct and well supported across many languages and platforms.

Braintree

Braintree, a PayPal subsidiary, develops payment solutions for websites and applications. They use Bazel for parts of their internal build and Paul Gross even posted a nice piece about how their switch to Bazel went.

Databricks

Databricks provides cloud-based integrated workspaces based on Apache Sparkā„¢.

Interaxon

InteraXon is a thought-controlled computing firm that creates hardware and software platforms to convert brainwaves into digital signals.

Makani

Makani, now a Google subsidiary, develops energy kites and uses Bazel to build their software (including their embedded C++ software).

Peloton Technology

Peloton Technology is an automated vehicle technology company that tackles truck accidents and fuel use. They use Bazel to enable reliable builds for automotive safety systems.

Open-source projects using Bazel

If you'd like your project listed here, please [let us know](mailto:kchodorow@google.com?subject=My project uses Bazel)!

CallBuilder

A Java code generator that allows you to create a builder by writing one function.

Error Prone

Catches common Java mistakes as compile-time errors. (Migration to Bazel is in progress.)

FFruit

FFruit is a free & open source Android application to the popular service Falling Fruit.

GRPC

A language-and-platform-neutral remote procedure call system. (Bazel is a supported, although not primary, build system.)

Jsonnet

An elegant, formally-specified config generation language for JSON. (Bazel is a supported build system.)

Kythe

An ecosystem for building tools that work with code.

PetitParser for Java

Grammars for programming languages are traditionally specified statically. They are hard to compose and reuse due to ambiguities that inevitably arise. PetitParser combines ideas from scannnerless parsing, parser combinators, parsing expression grammars and packrat parsers to model grammars and parsers as objects that can be reconfigured dynamically.

TensorFlow

An open source software library for machine intelligence.

Trunk

A collection of C++/Java opensource projects with BUILD files so they can be built with Bazel with out of box support for protobuf and grpc (maybe thrift).

Turbo Santa

A platform-independent GameBoy emulator.

XIOSim

XIOSim is a detailed user-mode microarchitectural simulator for the x86 architecture.