Installation instructions for MacOS MongoDb
brew tap mongodb/brew
brew install mongodb-community@4.2Start the service
brew services start mongodb-community
check if the service is running
ps aux | grep -v grep | grep mongodCheck installation MongoDB
Open ports: https://manual.uberspace.de/basics-ports.html
uberspace port list
uberspace port addmy port: 45900
mongo
try help or show dbs
- query & map data
- cronjob
- (node:20110) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.