Getting Started with various Tools

19 / 43

MongoDB

Purpose: MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.

Home Page: https://www.mongodb.com/

Documentation: https://docs.mongodb.com/

How to get started:

  1. In the web console tab on the right side of the screen, Type the following command start MongoDB

    mongo
    
  2. Type the following command inside MongoDB to quit

    exit
    
  3. Type the following command inside MongoDB for help with MongoDB

    help
    
  4. If you are facing any challenges, or for more information on port numbers, please go through the below link

    https://discuss.cloudxlab.com/t/solved-cannot-start-tensorboard-server/5146


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...