2024-03-26
PAMREIN's daily Open Notebook (COMMONS Lab)
Check Github
Todo --[]
Meetings
Next Thursday at 11:00.
Daily report (What did I learn?)
learning about mongo db...
Mongo DB
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.