Tech Glossary

What is Bazel?

Bazel is a build system tool developed by Google. It is used to automate construction processes and manage dependencies between different components of a project. Bazel is a command line program that works on all platforms. Compared to other building systems, Bazel is more flexible and user-friendly. Bazel also has very strong support for parallelism and distributed building.