<mohammadrony>

Client Setup

UI (Compass)

Installation

version=$(curl https://api.github.com/repos/mongodb-js/compass/releases/latest | jq -r .tag_name)
curl -LO https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb
sudo apt install -y mongodb-compass_*_amd64.deb

Commands

mongodb-compass

CLI

Installation

version=$(curl https://api.github.com/repos/mongodb-js/mongosh/releases/latest | jq -r .tag_name)
curl -LO https://downloads.mongodb.com/compass/mongodb-mongosh_${version}_amd64.deb

```bash
sudo apt install -y mongodb-mongosh_*_amd64.deb

Commands

mongosh
mongosh mongodb://127.0.0.1:27017/