mongodb
mongodb 7.0.43
Scalable, high-performance, open source NoSQL database
http://www.mongodb.orgServer Side Public License
programs: -
Platforms (40)
microblaze-linuxaarch64-netbsdaarch64-freebsdpowerpc-netbsdarmv6l-linuxriscv64-linuxarmv7l-linuxmips-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ mongodb ];
Ad-hoc shell
nix-shell -p mongodb
Flake (nix run)
nix run nixpkgs#mongodb