2024-03-26

PAMREIN's daily Open Notebook (COMMONS Lab)

Todo - Check Github

-[]

Meetings

Next Thursday at 11:00.

Daily report (What did I learn?)

learning about mongo db...

Mongo DB

Installation of mongodb

After the installation, the service has to be started.

# start service
sudo systemctl start mongod

# check status
sudo systemctl status mongod

# if problems accurese, try this
sudo systemctl daemon-reload

# stop service
sudo systemctl stop mongod

to check the databases, we can use mongosh(=mongo shell). Use the help page for navigation.

Future perspective

Keywords

Abbreviations