Skip to main content

Posts

Showing posts from August, 2020

Mongo DB Part 1

  Hi every one today we are going to talk about MongoDB.Most of the time I will continue this article   how can we create a simple full project   with frontend using mongodb .So this will be the first article of the series.I hope to make it very simple and clear . Let’s move to the content.     What is a   DataBase? Data base is simply a collection of data.If we talk   using technical terms in mongodb, Database is a physical container for collections. Each database gets its own set of files on the file system. A single MongoDB server typically has multiple databases.   MongoDB   MongoDB is a NoSQL Document type database . NoSQL stands for “Not Only SQL”.As well as mongodb is a non-Relational database.NoSQL is fundamentally different than relational database .Mongo DB is shameless language that means no tables and columns.There are many advantages   than RDBMS. MongoDB is a cross-platform, document oriented database that p...