/mongodb

mongodb server

Primary LanguageShellDo What The F*ck You Want To Public LicenseWTFPL

mongodb

mongodb is an open source document-oriented database system

Automatic install/update:

bash -c "$(curl -LSs https://github.com/systemmgr/mongodb/raw/main/install.sh)"

Manual install:

requires:

Debian based:

apt install mongodb

Fedora Based:

yum install mongodb

Arch Based:

pacman -S mongodb

MacOS:

brew install mongodb

mongodb wiki | mongodb site