Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Add comparison chart to documentation covering similar projects #136

Open
alerque opened this issue Sep 14, 2022 · 4 comments
Open

Add comparison chart to documentation covering similar projects #136

alerque opened this issue Sep 14, 2022 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@alerque
Copy link

alerque commented Sep 14, 2022

I don't know if I've only started noticing or if the tooling in this space has started to proliferate, but it isn't clear to me which tool to reach for an which project. Recently I've run across nixpacks, riff, devbox, and devshell — all of which seem to try and simplify building and-or using projects by abstracting some combination of nix and docker features. There are likely others I'm unaware of too. Of course this is in addition to lower level tooling like docker and nix shell and nix develop which can be used directly as well.

I think it would be useful for at least one of these projects to maintain a comparison chart that helps flesh out which projects cover which ground and what the respective pros and cons of each approach is to help people make informed choices about tooling.

c.f. same issue on nixpacks, devbox, and devshell.

@infogulch
Copy link

See also devshell.

@alerque
Copy link
Author

alerque commented Jan 12, 2023

Thanks @infogulch. I wasn't aware of that one. I've added a matching issue and cross linked everything. It probably doesn't matter at all which project hosts such a comparison, but folks familiar with each project should probably contribute so end users can get an accurate idea of strengths and weaknesses.

@hugosenari
Copy link

same issue on devenv

@figsoda
Copy link
Contributor

figsoda commented Jan 19, 2023

I've only used riff so take this with a grain of salt

  • riff is language specific (only rust at the moment) and creates ad-hoc environments inferred from dependencies with no extra configuration required
  • nixpacks seems like something completely different that builds docker images
  • devbox and devshell seems like a language-agnostic thinner convenience layer over nix to create environments with simpler languages like toml and json. I have not used either of them so I don't really no the differences between these two

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

5 participants