Create and Read operation in MongoDB

  Рет қаралды 51,125

Hitesh Choudhary

Hitesh Choudhary

Күн бұрын

Пікірлер
@030_tajamulhassan2
@030_tajamulhassan2 4 ай бұрын
00:03 Moving forward with MongoDB installation and introduction to CRUD operations. 02:01 Understanding CRUD Operations in MongoDB 04:03 Data deletion in MongoDB is permanent and irreversible 06:08 Learning basic MongoDB commands 08:09 Quick tips for creating a database in MongoDB 10:24 Learning about MongoDB insert one operation. 12:27 Inserting JSON data into MongoDB collections 14:36 Demonstrating how to add and fetch data in MongoDB
@fsniraj
@fsniraj 4 жыл бұрын
I am here from your MERN Bootcamp. And things are getting more clear now.
@deekshithgowda1857
@deekshithgowda1857 6 жыл бұрын
Congratulations for 300k family
@ShakeelKhan-pz6zl
@ShakeelKhan-pz6zl Жыл бұрын
The command "mongo" to fire up the mongodb does not work with mongodb version 6.0. You need to use run "mongosh" instead.
@yoandyvillaman2790
@yoandyvillaman2790 5 жыл бұрын
I was looking for how to install mongo and here I am ... probably with the channel with which I will learn mongo haha I love: new sub
@shaileshbankar9189
@shaileshbankar9189 4 жыл бұрын
I (windows user) faced a problem in seeing dbs. Solved it - Go to 'C:\Program files\server\4\bin' and open a command prompt in this folder and type 'mongo' now then you will see '>' (arrow sign) then type the command - 'Show dbs' and you will see your dbs. :)
@victorkiprotich4995
@victorkiprotich4995 4 жыл бұрын
making my MERN stack journey easier ,thanks much
@devduttsinh4704
@devduttsinh4704 3 жыл бұрын
awesome video sir but that joke though waked me up!! : )
@yogeshchaudhari9971
@yogeshchaudhari9971 6 жыл бұрын
thank you so much hitesh... looking forward for the further videos :) thanks again
@drivenbycuriosity
@drivenbycuriosity 4 жыл бұрын
For the files ▶ learncodeonline.in/mongodb/
@bilalalgorithm
@bilalalgorithm 6 жыл бұрын
And Best Of Luck For Your Channel
@fatehiromman9324
@fatehiromman9324 2 жыл бұрын
Thank you very informative
@Limitlessus
@Limitlessus 6 жыл бұрын
Learning is good with you. 😊
@narutodihargo
@narutodihargo Жыл бұрын
10:45= ***MongoDB Documentation ****, 10:55= MongoDb sesrver, Crud operation, 12:11= insertOne( ), insertMany( ), 12:35= BSON data,
@AliensInc.
@AliensInc. 6 жыл бұрын
This I'm gonna follow close :) Thx man
@aqibfayyaz1619
@aqibfayyaz1619 5 жыл бұрын
Thank you and this is your new subscriber...
@venkatesh6254
@venkatesh6254 6 жыл бұрын
Sir I get this error when entering mongo 2019-01-12T21:52:23.264+0530 E QUERY [js] ReferenceError: mongo is not defined : @(shell):1:1 It's on Windows
@atulnath1474
@atulnath1474 5 жыл бұрын
Add the bin folder to your path variable, then just run mongo from cmd.. No need to run mongod in v4
@alphaindelhi6006
@alphaindelhi6006 6 жыл бұрын
thanks for this series sir. Please make a video on Open Source Contributions and GSOC it will be really helpful for us and will be great thing for us to explore.
@jegadheeshpandi5317
@jegadheeshpandi5317 6 жыл бұрын
Continue the series🥰
@SH-lt2iv
@SH-lt2iv 4 жыл бұрын
I suggest people to download and use cmder for people on windows. Its much better than default cmd prompt and no issues copy and pasting stuff in.
@yaswanthjagilanka
@yaswanthjagilanka 6 жыл бұрын
@Hitesh Sir, Getting error when running mongodb for second time as : 2019-01-21T08:46:46.128+0530 E QUERY [js] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:27017 :: caused by :: No connection could be made because the target machine actively refused it. : connect@src/mongo/shell/mongo.js:328:13 @(connect):1:6 exception: connect failed Please help...
@ChaitanyaArige
@ChaitanyaArige 5 жыл бұрын
Thank u for the great video
@gauravnagar3712
@gauravnagar3712 6 жыл бұрын
Happy 300k community to us :-)
@dharmendraprasad198
@dharmendraprasad198 4 жыл бұрын
2020-07-12T16:40:14.858+0530 TypeError: Property 'insertOne' of object test.studentData is not a function showing me this error help me sir
@sharmanmaheshwari2819
@sharmanmaheshwari2819 6 жыл бұрын
Very good sir super amazing
@siddharthbehra5250
@siddharthbehra5250 4 жыл бұрын
That's a good joke (coffee and deleting a table), Once I renamed the id column from a very important table in remote db and all my team became mad
@vidhan-dev
@vidhan-dev 8 ай бұрын
This is good.
@mohd.abdulla581
@mohd.abdulla581 4 жыл бұрын
Hey, Hitesh which theme are you using in Vs code😅
@prateeksrivastava5628
@prateeksrivastava5628 4 жыл бұрын
you should change the requested URL into lowercases so that we don't have to struggle between lowercases and uppercases
@Script_Sage
@Script_Sage 5 жыл бұрын
After typing command mongod in CMD I got this error "'mongod is not recognized as an internal or external command, operable program or batch file." Please help.
@anusijo1023
@anusijo1023 5 жыл бұрын
I am not an experts. But I think I can help you. 1 install mango db 2 create a data folder in c drive 3 create a db folder (C:\data\db ) You must create this folder. Otherwise it won't run 4 CD (C:\program files\ MongoDB\ Server \3.4\bin (This 3.4 is the version of the momgoDb I installed. Maybe different s in your case. 5 then just type mongod on cmd 6 you can see server is running 7 then open another cmd , (don't close first cmd) 8 then again CD (C:\program files\ MongoDB\ Server \3.4\bin 9 then just type mongo on cmd
@Script_Sage
@Script_Sage 5 жыл бұрын
@@anusijo1023 thanks
@anusijo1023
@anusijo1023 5 жыл бұрын
@@Script_Sage is ur issue resolved
@krishnanandshenoy2841
@krishnanandshenoy2841 4 жыл бұрын
@@anusijo1023 thank you✌️
@thetechreview369
@thetechreview369 5 жыл бұрын
wow video ..
@akshitagarg5914
@akshitagarg5914 6 жыл бұрын
Another amazing video... I want to ask why u hv put contact no in quotes?
@bhargava73
@bhargava73 3 жыл бұрын
Hey, does anyone know the font style name used in this video in the terminal?
@techspider2528
@techspider2528 4 жыл бұрын
I am learning now but I will say a thing completely unrelated. To all those guys who will be coming to this course in Future 15th August 1929 hrs the LEGEND OF INDIAN CRICKET MAHENDRA SINGH DHONI Retired.
@ankurpramanik3238
@ankurpramanik3238 6 жыл бұрын
Sir bring this video in learncodeonline.in... because in KZbin videos are not organised so we are facing problem
@abhishekmishra2195
@abhishekmishra2195 6 жыл бұрын
Why ctrl+ V is not working in mongo shell in windows cmd
@krishnendrabhattacharyya4609
@krishnendrabhattacharyya4609 6 жыл бұрын
Use right click and paste
@ashadnasim7952
@ashadnasim7952 5 жыл бұрын
ctrl+shift+V will solve
@pratikwane1709
@pratikwane1709 4 жыл бұрын
can we add image in mongodb ,and how?
@sharmanmaheshwari2819
@sharmanmaheshwari2819 6 жыл бұрын
Sir I have some coding related queions where I can askyou?? PLease reply sir..... Luv u sir....
@gauravnagar3712
@gauravnagar3712 6 жыл бұрын
U can ask here .
@sharmanmaheshwari2819
@sharmanmaheshwari2819 6 жыл бұрын
Sir my emulator in the android studio is not working.... Its showing that your device is killed. Can you please suggest me the solution???
@alphaindelhi6006
@alphaindelhi6006 6 жыл бұрын
try using a new device or try using your own personal device. i mean your phone android.
@sharmanmaheshwari2819
@sharmanmaheshwari2819 6 жыл бұрын
Sir nice background
@sharmanmaheshwari2819
@sharmanmaheshwari2819 6 жыл бұрын
Sir when you will upload saturday coding challenge
@greeneryman
@greeneryman Жыл бұрын
4:15 😂😂😂
@bilalalgorithm
@bilalalgorithm 6 жыл бұрын
Sir ap ny ek job k barye video uploed kit thi So i have Q? For u Cgpa Matter For Job?
@VarunVishwakarma1
@VarunVishwakarma1 5 жыл бұрын
Not really, If u r good at something u would get JOB
@suryamanian
@suryamanian 4 жыл бұрын
"C:\Program Files\MongoDB\Server\4.4\bin\mongo.exe"
@deekshithgowda1857
@deekshithgowda1857 6 жыл бұрын
First
@dhakshintechi9896
@dhakshintechi9896 6 жыл бұрын
No url like mongodb........pls tell the link to download that json file
@HiteshCodeLab
@HiteshCodeLab 6 жыл бұрын
Description updated
@dhakshintechi9896
@dhakshintechi9896 6 жыл бұрын
I couldnt config environmental variable....pls help me
@gauravnagar3712
@gauravnagar3712 6 жыл бұрын
@@dhakshintechi9896 stackoverflow - did u forget me ?
@anishjain8096
@anishjain8096 6 жыл бұрын
Bhai connection nhai ho rha he
@siddhantkumar7036
@siddhantkumar7036 6 жыл бұрын
Saturday coding challenge?
@VijayKumar-eq9ou
@VijayKumar-eq9ou 6 жыл бұрын
First view
@sharmanmaheshwari2819
@sharmanmaheshwari2819 6 жыл бұрын
1st
@navneetpatel6193
@navneetpatel6193 6 жыл бұрын
First
ObjectID and BSON in mongoDB
12:49
Hitesh Choudhary
Рет қаралды 43 М.
Grouping in mongodb
24:51
Hitesh Choudhary
Рет қаралды 42 М.
Learn Mongodb aggregation Pipelines | setup
19:59
Hitesh Choudhary
Рет қаралды 101 М.
Read Operation in MongoDB
7:19
TutorialsPoint
Рет қаралды 7 М.
Understanding objects structure in mongoDB
13:25
Hitesh Choudhary
Рет қаралды 17 М.
How to create MongoDB Shard Key | MongoDB Shard Key | Create shard key| Shard key
6:07
Varinder Patwal Entertainscape
Рет қаралды 2 М.
Http Methods
5:25
Telusko
Рет қаралды 280 М.
Best of CES 2025
14:50
The Verge
Рет қаралды 349 М.
Save bandwidth while querying in mongoDB
11:28
Hitesh Choudhary
Рет қаралды 17 М.
How does mongoDB works
11:23
Hitesh Choudhary
Рет қаралды 77 М.