bb-adrs

Architecture Decision Records for Buildbarn (by buildbarn)

Bb-adrs Alternatives

Similar projects and alternatives to bb-adrs

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

bb-adrs reviews and mentions

Posts with mentions or reviews of bb-adrs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-19.
  • NFS > FUSE: Why We Built Our Own NFS Server in Rust
    5 projects | news.ycombinator.com | 19 Sep 2023
    For people who are interested in doing something similar in Go, some time ago I implemented a generic VFS that can be exposed both via FUSE and NFSv4.

    It’s part of Buildbarn, a distributed build cluster for Bazel, but it can also easily be used outside that context.

    Details: https://github.com/buildbarn/bb-adrs/blob/master/0009-nfsv4....

    My recommendation to the authors would be to use NFSv4 instead of NFSv3. No need to mess around with that separate MOUNT protocol. Its semantics are also a lot closer to POSIX.

  • TabFS – a browser extension that mounts the browser tabs as a filesystem
    15 projects | news.ycombinator.com | 18 Feb 2023
    The open-source implemention I'm aware of is in Buildbarn

    Design doc: https://github.com/buildbarn/bb-adrs/blob/master/0009-nfsv4....