MongoDB Embedded Documents vs Separate Collections (055)

preview_player
Показать описание
If you are new to these videos on MongoDB and you are using a macOS for MongoDB Setup, follow the instructions below:

Homebrew

First, ensure that you have Homebrew installed:

Installation

Then, using the terminal of your choice, add the MongoDB repository to Homebrew:

brew tap mongodb/brew

Run the update command:

brew update

Install the community edition of MongoDB:

Starting MongoDB Service

Use your terminal of choice and run the following command:

Stopping MongoDB Service

Use your terminal of choice and run the following command:

Connecting to Mongo Shell

Use your terminal of choice and run the following command:

mongosh

Official documentation can be found here:

Рекомендации по теме