blob

By bazelbuild-remote-apis

Blob Alternatives

Similar projects and alternatives to blob

  • oil

    234 blob VS oil

    Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!

  • runner

    The Runner for GitHub Actions :rocket:

  • 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
  • garden

    40 blob VS garden

    Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand. Use the same configuration and workflows at every step of the process. Speed up your builds and test runs via shared result caching

  • actions-runner-controller

    Kubernetes controller for GitHub Actions self-hosted runners

  • mkdkr

    3 blob VS mkdkr

    mkdkr = Makefile + Docker

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better blob alternative or higher similarity.

blob reviews and mentions

Posts with mentions or reviews of blob. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-07.
  • Modern CI Is Too Complex and Misdirected
    6 projects | news.ycombinator.com | 7 Apr 2021
    > Bazel has remote execution and remote caching as built-in features. Hey - those are built-in features of modern CI systems too! So here's a thought experiment: if I define a build system in Bazel and then define a server-side Git push hook so the remote server triggers Bazel to build, run tests, and post the results somewhere, is that a CI system? I think it is! A crude one. But I think that qualifies as a CI system.

    Bazel can be a pain. Integration with external package managers is unnatural, hermetic toolchains are tricky, naively-written rules end up using system-provided utilities, breaking reproducibility.

    But the remote execution API (besides feeling like magic) lets you treat your CI as "just another user" by design, unning the same `bazel test //...` or whatever else. This means

    - the CI DSL/YAML files tend to have mostly publishing and other CI-specific information in then (this feels right)

    - you get to debug your build pipeline locally

    - you are actually testing the ability of a new user to pull the repo, build, and have everything just work. There is no special CI build environment that users implicit have to match.

    - tangentially: the remote execution API is beautiful in its simplicity:

    https://github.com/bazelbuild-remote-apis/blob/master/build/...

Stats

Basic blob repo stats
1
-
-
-

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com