MongoDB Development Environment
Show More Show Less View Video Transcript
0:00
In this video we are discussing development environment in MongoDB
0:05
In our MongoDB there are mainly two processes are running. One is the Mongo that is the client process, another one is the MongoD that is the Demon
0:14
process which is required for the database access. Now these two processes are there, let me discuss more on it using some diagram and some text
0:26
In the MongoDB development environment there are basically two processes. are there. So, they are Mongo and the MongoD. The Mongo is the clients and these are used
0:37
to connect to the actual database. So, using Mongo, we can get ourselves or get the application
0:43
connected with the Mongo database. And whenever we are having multiple such Mongo, we can also
0:49
call them as Mongo's. The MongoD is the main demand process for the database. So just look
0:56
at this particular diagram. We're having multiple applications. The application. applications are interacting with the MongoDB using application driver
1:04
So these application drivers are interacting with the Mongo. There is a client process
1:09
So here we are having multiple such Mongo. So, Mongols are there. So this is the query router
1:15
So this particular Mongo is also interacting with this config DB. So it is actually containing the metadata about this Mongo update So this MongoD is another process Mongoes are connecting or interacting with this MongoD to access the Mongo database So that is the actual development environment we are going to discuss here
1:39
So from the application driver, we can directly connect with the Mongo
1:44
In the previous figure, we have shown that from the application diagrams or drivers, we can easily connect ourselves with the Mongo's
1:52
So, from the application driver, we can directly connect with the Mongo or we can connect
1:58
to the Mongo's. And the Mongo's can connect to the MongoD to access the database
2:05
So that has been shown here. So these Mongo's are getting connected with this MongoD to access the Mongo database
2:14
The Mongo's are also connected with the config DB. In the previous diagram, we have shown that these Mongo's are also connected with the config DB
2:21
let us discuss what is the purpose of this config db. So this config db is used to store
2:26
meta information about the documents and the Mongo's uses that process to get information
2:34
about the documents and collections and the databases. We know that this MongoDB is nothing
2:40
but a document-oriented database. So this Mongo, that is a config db, is containing the
2:47
information about the database, about the collections and about the documentation. So, that is the basic concept of this development environment in our MongoDB
2:57
Thanks for watching this video
#Programming

