• Home
  • Raw
  • Download

Lines Matching +full:open +full:- +full:source

1 # remote-apis
4 large scale distributed execution and caching on source code and other inputs.
8 and executions needed by storing data in a content-addressable format and caching results.
47 * [Justbuild](https://github.com/just-buildsystem/justbuild) (via `--compatible`)
58 * [bazel-remote](https://github.com/buchgr/bazel-remote) (open source, cache only)
59 * [Buildbarn](https://github.com/buildbarn) (open source)
60 * [BuildBuddy](https://www.buildbuddy.io/) (commercial & open source)
61 * [Buildfarm](https://github.com/bazelbuild/bazel-buildfarm) (open source)
62 * [BuildGrid](https://buildgrid.build/) (open source)
64 * [Flare Build Execution](https://flare.build/products/flare-build-execution) (commercial)
65 …ld](https://github.com/just-buildsystem/justbuild/blob/master/doc/tutorial/just-execute.org) (via …
66 …//chromium.googlesource.com/infra/infra/+/refs/heads/main/go/src/infra/build/kajiya/) (open source)
67 * [NativeLink](https://github.com/TraceMachina/nativelink) (open source)
68 * [Scoot](https://github.com/twitter/scoot) (open source)
74 this API is considered too heavyweight for most use-cases. Because of that,
79 * [Buildfarm Operation Queues](https://bazelbuild.github.io/bazel-buildfarm/docs/architecture/queue…
81 * [Buildbarn Remote Worker](https://github.com/buildbarn/bb-remote-execution/blob/master/pkg/proto/…
85 * [Buildbox Worker](https://gitlab.com/BuildGrid/buildbox/buildbox-worker)
91 group](https://groups.google.com/forum/#!forum/remote-execution-apis) hosts
95 and several contributors have organized occasional meetups, hack-a-thons, and
101 The APIs in this repository refer to several general-purpose APIs published by
116 the googleapis and well-known proto types, manually.
118 ### Go (for non-Bazel build systems)
124 go get github.com/bazelbuild/remote-apis
130 repb "github.com/bazelbuild/remote-apis/build/bazel/remote/execution/v2"