•  
      Internship #9481 Learn about MongoDB
    #9481
    Ajit kumar (ajit)
    2020-10-09 17:29
    2020-09-01 17:01
    Details
    Learn about MongoDB
    Learn about MongoDB NoSql:
    1. Study Basic of MongoDB
    2. installation of MongoDB
    3. setting dbpath in MongoDB server
    4. install RoboMongo Client for MongoDB UI

    Empty
    5 - Medium
    State of Progress
    2020-09-01
    Empty
    Empty
    Mohini singhal (mohinisinghal), Tanvi Sati (sati.tanvi09), Harsh Mangal (harshmangal1108)
    Empty
    Empty
    Closed
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar
    -----------------Summary-------------------
    Mongodb is document oriented NoSql database,mongodb is flexible and it is optimisation for usability.
    - It is not relational database.
    - We can query data in format we need.
    - MongoDB stores all data together in document
    - It supports any level of hierarchy

    - DB,Collections,Docs
    - A database holds multiple collections where each collection can then hold multiple documents
    - Databases and collections are "lazily" (i..e when a document is inserted)
    - A document can't directly be inserted into a Database , you need to use a collection.

    - Document Structure
    - Each document need unique ID( we can create otherwise default)
    - you may have embedded documents and array fields
    User avatar
    Ajit kumar (ajit)2020-09-01 17:03
    • Assigned to (multiple) Harsh Mangal (harshmangal1108) added
    User avatar
    Ajit kumar (ajit)2020-09-01 17:01
    • Assigned to (multiple) Harsh Mangal (harshmangal1108) removed Mohini singhal (mohinisinghal), Tanvi Sati (sati.tanvi09) added
    • Status set to Open