Pants vs. Bazel: Why Pants may be the right choice for your team

This page summarizes the projects mentioned and recommended in the original post on /r/programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pants

    The Pants Build System

    The Pants daemon (pantsd) is now enabled by default, so "noop" runs do not recalculate anything. Pants is about 40% rust at this point, but there is still some Python in the per-run request path, and so a noop run takes about a second (regardless of repository size). We're porting the client to rust to lower that latency, and will be removing more Python from the request path over time.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Bazel

    a fast, scalable, multi-language and extensible build system

    How do you handle cache correctness for things like Linux C++ compilers that like to spew their dependencies all over the file system? Bazel doesn't bother which seems very risky to me.

  • jk

    Configuration as Code with ECMAScript

    If I were writing a build system today (and I did just write one actually to test out some ideas) I would use Typescript for the language with something like jk to provide hermeticity. Typescript has many advantages, especially over Python, but mainly:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Monorepo + Microservices + Dependency Managment + Build system HELL

    2 projects | /r/Python | 20 Jul 2023
  • Go Dependency management in large company projects - How do you do it?

    5 projects | /r/golang | 8 Jul 2023
  • blade-build VS Bazel - a user suggested alternative

    2 projects | 28 Jan 2024
  • Cargo make: Rust task runner and build tool

    1 project | news.ycombinator.com | 19 Dec 2023
  • Declarative Gradle is a cool thing I am afraid of: Maven strikes back

    3 projects | dev.to | 11 Nov 2023

Did you konow that Java is
the 8th most popular programming language
based on number of metions?