MongoDB – The Inside


Posted July 11, 2020 by brainmentors

Mainly ,There are two kind of databases which are largely used for application development

 
What is MongoDB?
It is a DataBase.
Mongo Means Humongous (It can store lots of Data)
MongoDB is NOSQL Based DB , it is Schema Less and it has Less Or No Relationships.
It contains Collections. Inside Collections we have Documents. It is good for Heavy Data , Extensive Read/Write DB Operations.

Checkout Our Online Courses

MongoDB – The Little History
MongoDB was founded in 2007 by Dwight Merriman , Eliot Horowitz and Kevin Ryan – the team behind DoubleClick.

At the Internet advertising company DoubleClick (now owned by Google), the team developed and used many custom data stores to work around the shortcomings of existing databases. The business served 400,000 ads per second, but often struggled with both scalability and agility. Frustrated, the team was inspired to create a database that tackled the challenges it faced at DoubleClick.

MongoDB is the leading modern, general purpose database platform, designed to unleash the power of software and data for developers and the applications they build. Headquartered in New York, with offices across North America, Europe, and Asia-Pacific, we are close to where you do business. MongoDB has more than 17,000 customers in more than 100 countries. The MongoDB database platform has been downloaded over 90 million times and there have been more than 1 million MongoDB University registrations.
Now, we will study about collections and documents

MongoDB Structure
Data Base contains Collections ,Collection contains Documents

Note: A Collection of group of
documents . Document contain JSON.
Collection has dynamic schemas.
This means that the documents within a single collection can have any number of different shapes.

Read Our Blogs – https://brain-mentors.com/mongodb-blog-2020-mongodb-complete-reference-brain-mentors-pvt-ltd/
-- END ---
Share Facebook Twitter
Print Friendly and PDF DisclaimerReport Abuse
Contact Email [email protected]
Issued By Harish Kumar
Phone 07042434524
Business Address [email protected]
Country India
Categories Education
Tags learn mongodb , what is mongodb
Last Updated July 11, 2020