TraceMachina / TraceMachina/nativelink
Make custom binaries for different services
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 244
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 54
Description
As outlined in #116, we should make a few binaries for CAS, Scheduler, Worker instead of forcing every service to run everything.
We will still have a single binary that can do everything, but for special cases where certain dependencies cannot be filled (like wasm or certain OSs/kernels) users could use the split-out binaries.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading issue #116 for the outlined approach and compare its requirements with the CAS, Scheduler, and Worker services named here. Done means those services can be built as separate binaries while the existing single binary still supports running everything, including cases with unavailable dependencies such as wasm or certain operating systems and kernels.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100