install mongodb & mongodb compass linux ubuntu 20.04

Опубликовано: 26 Июнь 2026
на канале: Lukman Harun
9,222
68

install mongodb compass
https://www.mongodb.com/try/download/...

sudo apt install -y mongodb
sudo systemctl status mongodb

// START MONGO DB
sudo systemctl start mongodb

// Verify that MongoDB has started successfully.
sudo systemctl status mongodb

// You can optionally ensure that MongoDB will start following a system reboot by issuing the following command:
sudo systemctl enable mongodb

// Stop MongoDB
// As needed, you can stop the mongod process by issuing the following command:
sudo systemctl stop mongodb

// Restart MongoDB
// You can restart the mongod process by issuing the following command:

more info https://docs.mongodb.com/manual/insta...

MongoDB
The application data platform
Accelerate development, address diverse data sets, and adapt quickly to change with a proven application data platform built around the database most wanted by developers 4 years running.


The database for modern applications
MongoDB’s document data model naturally supports JSON and its expressive query language is simple for developers to learn and use. Functionality such as automatic failover, horizontal scaling, and the ability to assign data to a location are built-in.

Modernize your data infrastructure
Radically simplify your data infrastructure with an application data platform that powers your transactional, search, mobile, and real-time analytics workloads on any cloud.