Get Advice Icon

Need advice about which tool to choose?Ask the StackShare community!

Bazel

307
574
+ 1
133
Concourse

261
393
+ 1
54
Add tool

Bazel vs Concourse: What are the differences?

Developers describe Bazel as "Correct, reproducible, fast builds for everyone". Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google's software, and thus it has been designed to handle build problems present in Google's development environment. On the other hand, Concourse is detailed as "Pipeline-based CI system written in Go". Concourse's principles reduce the risk of switching to and from Concourse, by encouraging practices that decouple your project from your CI's little details, and keeping all configuration in declarative files that can be checked into version control.

Bazel and Concourse are primarily classified as "Java Build" and "Continuous Integration" tools respectively.

"Fast" is the primary reason why developers consider Bazel over the competitors, whereas "Real pipelines" was stated as the key factor in picking Concourse.

Bazel and Concourse are both open source tools. It seems that Bazel with 12.2K GitHub stars and 2K forks on GitHub has more adoption than Concourse with 3.92K GitHub stars and 472 GitHub forks.

Starbucks, DigitalOcean, and HelloFresh are some of the popular companies that use Concourse, whereas Bazel is used by Square, Asana, and Google. Concourse has a broader approval, being mentioned in 18 company stacks & 17 developers stacks; compared to Bazel, which is listed in 11 company stacks and 7 developer stacks.

Advice on Bazel and Concourse
Needs advice
on
ConcourseConcourse
and
JenkinsJenkins

I'm planning to setup complete CD-CD setup for spark and python application which we are going to deploy in aws lambda and EMR Cluster. Which tool would be best one to choose. Since my company is trying to adopt to concourse i would like to understand what are the lack of capabilities concourse have . Thanks in advance !

See more
Replies (1)
Maxi Krone
Cloud Engineer at fme AG · | 2 upvotes · 436.8K views
Recommends
on
ConcourseConcourse

I would definetly recommend Concourse to you, as it is one of the most advanced modern methods of making CI/CD while Jenkins is an old monolithic dinosaur. Concourse itself is cloudnative and containerbased which helps you to build simple, high-performance and scalable CI/CD pipelines. In my opinion, the only lack of skills you have with Concourse is your own knowledge of how to build pipelines and automate things. Technincally there is no lack, i would even say you can extend it way more easily. But as a Con it is more easy to interact with Jenkins if you are only used to UIs. Concourse needs someone which is capable of using CLIs.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Bazel
Pros of Concourse
  • 28
    Fast
  • 20
    Deterministic incremental builds
  • 17
    Correct
  • 16
    Multi-language
  • 14
    Enforces declared inputs/outputs
  • 10
    High-level build language
  • 9
    Scalable
  • 5
    Multi-platform support
  • 5
    Sandboxing
  • 4
    Dependency management
  • 2
    Windows Support
  • 2
    Flexible
  • 1
    Android Studio integration
  • 16
    Real pipelines
  • 10
    Containerised builds
  • 9
    Flexible engine
  • 6
    Fast
  • 4
    Open source
  • 3
    No Snowflakes
  • 3
    Simple configuration management
  • 2
    You have to do everything
  • 1
    Fancy Visualization

Sign up to add or upvote prosMake informed product decisions

Cons of Bazel
Cons of Concourse
  • 3
    No Windows Support
  • 2
    Bad IntelliJ support
  • 1
    Poor windows support for some languages
  • 1
    Constant breaking changes
  • 1
    Learning Curve
  • 1
    Lack of Documentation
  • 2
    Fail forward instead of rollback pattern

Sign up to add or upvote consMake informed product decisions

837
988
3.3K
541
76
429
- No public GitHub repository available -

What is Bazel?

Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google's software, and thus it has been designed to handle build problems present in Google's development environment.

What is Concourse?

Concourse's principles reduce the risk of switching to and from Concourse, by encouraging practices that decouple your project from your CI's little details, and keeping all configuration in declarative files that can be checked into version control.

Need advice about which tool to choose?Ask the StackShare community!

Jobs that mention Bazel and Concourse as a desired skillset
What companies use Bazel?
What companies use Concourse?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Bazel?
What tools integrate with Concourse?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

Mar 24 2021 at 12:57PM

Pinterest

GitJenkinsKafka+7
3
2251
GitJenkinsGroovy+4
4
2889
What are some alternatives to Bazel and Concourse?
Pants
Pants is a build system for Java, Scala and Python. It works particularly well for a source code repository that contains many distinct projects.
Webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Ansible
Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. Ansible’s goals are foremost those of simplicity and maximum ease of use.
Buck
Buck encourages the creation of small, reusable modules consisting of code and resources, and supports a variety of languages on many platforms.
CMake
It is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of the user's choice.
See all alternatives