المدة الزمنية 32:12

MongoDB In 30 Minutes

بواسطة Traversy Media
2 340 339 مشاهدة
0
26 K
تم نشره في 2016/09/04

UPDATED VIDEO 2019 - /watch/QqppU65x65-xp In this video we will dive into the MongoDB NoSQL database and look at the fundamentals and the syntax to create, read, update and delete documents/data NODE.JS, EXPRESS & MONGODB COURSE: https://www.udemy.com/nodejs-express-mongodb-dev-to-deployment/?couponCode=DISCOUNT459895 BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia COURSES & MORE INFO: http://www.traversymedia.com FOLLOW TRAVERSY MEDIA: http://www.facebook.com/traversymedia http://www.twitter.com/traversymedia http://www.instagram.com/traversymedia

الفئة

عرض المزيد

تعليقات - 1029
  • @
    @TraversyMedia5 years ago This video is 3 years old. Here is the updated one which has the same stuff but more up to date - 118
  • @
    @orimorningstar70947 years ago You are one of the best instructors I know on youtube. You explain in simple terms and write elegant code. Keep up the good work :D 159
  • @
    @terryfick28908 years ago you are truly useful to humans, keep alive ! 1180
  • @
    @stuwhoo7 years ago Fantastic... I've been trying to get MongoDB running for the past couple of hours. I wish I stopped at this video tutorial first. Just the first five minutes was enough to sort my problem out, of installing it properly!. Thank you for taking the time to explain it. I really appreciate it. (You could even trim this down to an express version for a correct method of installation.) ... 15
  • @
    @danielsoto55177 years ago oh man! I was struggling to learn mongoDB in a fun way and here you appeared to save my day!! Great video!! 10
  • @
    @mshairani7 years ago not many people have a capacity to explain complicated things in such simple and easy to understand manner, in a way which is close to real world scenarios that one has to deal with on a daily basis. Well done! and keep up the good work. ...
  • @
    @yuliancheng46236 years ago It's one of the easiest and kindest tutorials I've ever followed. Every step, I didn't follow you and changed something, and it made me so creative. Thanks.
  • @
    @mdjunaid387 years ago Love your tutorials.. Simple and to the point. Thanks a lot man !! 9
  • @
    @shawnmelamed45828 years ago this is truly fantastic. I'm excited to go through more of your tutorials
  • @
    @janlyndonjasa64666 years ago that was a literal learning session in a short period of time. Great! 1
  • @
    @Channel-id9ts7 years ago I am one of those who never subscribes to any channel, you are an exception. Thanks a lot :) 37
  • @
    @upadisetty7 years ago Wow. Short, clear, informative, to the point.
    Thanks for no junk tutorial. :)
    3
  • @
    @Mike-bj8sk6 years ago You have the best tutorials. You cover everything that needs to be covered 1
  • @
    @Maejys7 years ago Dude that was so helpful! I'm very new to back-end stuff and your teaching help me understand the basics of MongoDB (first time learning this). Thank you very much! :) 1
  • @
    @rayane49755 years ago for all those facing problems at (net start) :
    1. mongod --remove />2. mongod --directoryperdb --dbpath C:\mongodb\data\db --logpath C:\mongodb\log\mongo.log --logappend --install
    3. net start MongoDB
    ... 9
  • @
    @sprasain16 years ago You did a great job man ! I am now ready for my MongoDb interview :D 4
  • @
    @seancpp5 years ago MongoDB is exactly what I’ve been looking for in my next project. Thank you for this content. 2
  • @
    @oberlinio4 years ago I like how it's not overly planned so you're making it error sometimes or having to look something up, which is more realistic work flow. Thx
  • @
    @inoutsoccer115 years ago Hey I just wanted to say thank you. Great video! I'm currently in a coding bootcamp and haven't enjoyed our lessons on SQL and Mongo until I watched this. Not only did this help me learn something, but it has also made me more interested in Mongo.
    Thanks again! (Subscribed) =]
    ...
    5
  • @
    @navneetpandey91597 years ago Very useful tutorial...Thanks for keeping information crisp and to the point. Keep it up Man!!!
    :)
    8
  • @
    @ajakinremi73735 years ago Two years later and this video is still valuable.
  • @
    @harshitagarwal43386 years ago Thanks man. This is a very useful tutorial for guys who know some sort of databases already and want to quickly jump onto MongoDB. Loved it. Thanks again 1
  • @
    @nvsWhocares7 years ago If you can not start the service (net start MongoDB):
    1. Delete all files in /data/db and /log
    2. Run cmd AS ADMINISTRATOR (NO Powershell!) Now in CMD delete the corrupt service and rerun the video commands :
    3. sc delete MongoDB
    4. Navigate into your mongodb/bin direcotry (Video ~)
    5. Run the install mongod command again (Video ~)
    6. net start MongoDB
    ...
    109
  • @
    @CodingPhase7 years ago HOLY SHIT i did not know you were the guy from eduonix.... wow dude you a legend i learned node js from you on udemy 178
  • @
    @maikelooijens018 years ago Clearly explained!! I'm excited to go through more of your tutorials!
  • @
    @noctisrey24035 years ago The is exactly the kind of tutorials we need ! fast and insightful ! Thanks !!
  • @
    @Rahimo7 years ago when I try to navigate into the mongodb folder from Command Prompt (), I get an error message that says "The system cannot find the path specified". Any ideas on how to fix this? ... 6
  • @
    @mrjain5 years ago Really good. Although he gets very technical at with the term "crap load of data"!!! 14
  • @
    @lillymarie37906 years ago I love this video! It's exactly what I was looking for so long. 1
  • @
    @jeffreybriceno7 years ago Thank you so much for this great tutorial.
    In 30 minutes I've been improved my resume. :)
    2
  • @
    @PROFjavi6 years ago If you are having issues in this step in 2018...
    mongod --directoryperdb --dbpath C:\mongodb\data\db --logpath C:\mongodb\log\mongo.log --logappend --install
    Two things:
    1. You NEED to do this with CMD ADMIN privileges or you will have issues (like he said)
    2. You NEED to remove --rest from the command (as shown above)
    ... hopefully this helps
    ...
    7
  • @
    @sagarahuja43867 years ago "MR. John Doe" is very famous. I found him in every other tutorial. ;) 227
  • @
    @TurboWindex4 years ago I like it when the explanation is followed with a practical example. Superb video thank you ! 1
  • @
    @codeblood876 years ago This is my first lecture to MongoDB, thanks broo you make it soo simple.. lovely
  • @
    @kendtimothy69637 years ago Personally, I love it at 1.5 speed. Good video! 130
  • @
    @HankBreger6 years ago Please help:
    Failed global initialization: FileNotOpen: Failed to open "I:\mongoDB\log\mongo.log"
    What can I do?
    3
  • @
    @maxwellochieng49244 years ago My best Tutor. Whenever I need anything, your channel has always helped me. Thanks a million Sir. Simply the best! 1
  • @
    @pradeepnagaraj73476 years ago Excellent Explanation! Thanks for the ease you made to get into MongoDB.
  • @
    @tomyang77888 years ago what does creating a user do ? How would u be able to select which user u log on ? 7
  • @
    @JimitPateljimitpatel7 years ago I am getting { Error parsing command line: unrecognised option '--rest' } error message. Any additional packages that needs to be installed on windows 10? 5
  • @
    @VyshfulThinking5 years ago I love your courses, I'm a student currently, so I cant be a patron to you, but i have placements next semester, once i start to work, the first thing i want to do is support your content. thank you so much.
  • @
    @piyushsingh19856 years ago I understood each and every word of this tutorial, so many others just rush through the video but u don'
    t, i like that very much
  • @
    @kalef12345 years ago seems a lot has changed for the current version. there is now an option to install it as a service from the installation process so I'm not sure what all is still required from the beginning setup of this tutorial. I am getting a "the service is not responding to the control function" error EDIT: I just did the setup without doing custom and left the paths it wanted. everthing worked then. whatever ... 4
  • @
    @overunityinventor7 years ago You earned a Like!
    Is there a GUI app for database? as we have phpmyadmin for MySQL?
    9
  • @
    @nikta4567 years ago The CLEAREST explanation I ever seen.Thank you!
  • @
    @extraordinaryhuman18066 years ago I was totally unaware that this kind of databases exists! This is beautiful! Simple and elegant
    Thank for the tutorial
  • @
    @user-og7hx5tj9s5 years ago For everybody having --rest problem, just delete this line and everything should be fixed. It's just an outdated parameter. 36
  • @
    @Like-a-trolling-stone7 years ago Anyone knows how to solve this : Error parsing command line: unrecognised option '--rest' ??? 16
  • @
    @deltaexile19068 years ago Very clear explanation and practical ! Love it! Thank you very much!
  • @
    @dudibgd7 years ago How to deal with " Error parsing command line: unrecognised option '--install' " ? (running on Mac, 10.10.5) 3
  • @
    @SNM_237456 years ago when i enter net start Mongodb iam getting an error "the service is not responding to control function " how to get rid of this error? 4
  • @
    @redd_cat8 years ago Exactly what I was looking for! Thanks a lot for making this video. It was clear and slow enough for me to get started. :D
  • @
    @pwrs76 years ago Excellent intro to MongoDB. I have a presentation tomorrow afternoon and this video was invaluable to me. Thanks bro.
  • @
    @vipindeepkaur99207 years ago when I type net start MongoDB, it gives an error. net not recognized as an internal or external command. Please help 4
  • @
    @sureshy47168 years ago Hi,
    when i tried to run the below command
    "net start MongoDB"
    net is throwing an error , it is not recognised
    4
  • @
    @pradeepp52877 years ago It was really useful to gather a quick insight of mongo dB. 1
  • @
    @shanibpatel6 years ago Perfect one. . . This is how i was looking for the tutorial.. . Appreciated
  • @
    @sonjiatekla24777 years ago I am using windows 10 and getting such error. I opened cmd as administrator but it doesnt help. C:\mongodb\bin>mongod --directoryperdb --dbpath C:\mongodb\data\db --logpath C:\mongodb\log\mongodb.log --logappend --rest --install
    Error parsing command line: unrecognised option '--rest'
    try 'mongod --help' for more information
    ...
    3
  • @
    @rmfcity7 years ago You are like the Yoda of Web Development. I have your courses in Eduonix and loved taking them. Keep up the great work!! 1
  • @
    @nitinbhargava1237 years ago I am new to mongo db and this video made me feel very comfortable! Thanks for the helpful video +1 1
  • @
    @PavanKumar-vu2mm7 years ago the command --rest is unrecognised. what should i do? 4
  • @
    @Thelaibakhan5 years ago --rest is not recognized, can anybody help ? 3
  • @
    @nicknugent48776 years ago This was a fantastic tutorial. Thanks so much for putting it together.
  • @
    @sarmisthasify7 years ago It was so crisp and clear that felt like I already know the subject !!! Thanks :-) 1
  • @
    @avocado_battles6 years ago Darude-Sandstorm made a small appearance! 3
  • @
    @martymcfly18826 years ago FAIL unrecognized option '- -rest' 4
  • @
    @yetin40217 years ago Its really good, Looking forward for more sessions. Thank you
  • @
    @atanasbosnov38136 years ago Great and easy to understand tutorial! Thank you for your time!
  • @
    @manjunathmayya5 years ago This is exactly what I was looking for. Thanks a ton :) 1
  • @
    @gamershow59445 years ago Great Video. Reminds me of C# and SQL all in one. Also brings back my command prompt Oracle days : ) 1
  • @
    @InMoneyStream8 years ago Great tutorial. I've been looking for this kind of information. Thanks!!!!
  • @
    @aharunkara6 years ago Brad Traversy is a blessing to the community! Thanks for the tutorial.
  • @
    @gamzedal98955 years ago You are the best in this, I watched with pleasure, thanks for it.
  • @
    @pablomendez35907 years ago I think you have no idea how much you are helping me. Thank you so much!!!
  • @
    @domem_8 years ago Great video, very clear and clean. Subscribed. 1
  • @
    @jalaprasad6 years ago Thanks brother, I just started learning MongoDB and I really worried about storing sample databases and collection while practicing, after seeing your vedio am able to store those DBs and collections now.. I really appreciate your help and knowledge sharing. ...
  • @
    @mateusz47825 years ago Great video, much knowledge presented in only 30 minutes, thanks!
  • @
    @yanjim7 years ago Very cool, mate !! Thank you for sharing your acknowledge ^^
    I'm about to use mongo on my university project, now I think I'm ready
  • @
    @Yiosho7 years ago Wow, thank you so much! I'm finally starting to get the hang of MongoDB
  • @
    @dancunchiriga7 years ago All i needed in one place! Great man you are!
  • @
    @Pareshbpatel7 years ago An Excellent introduction to MongoDB! - Thank you very much, Brad!
  • @
    @Buzzkill7903157 years ago good help for getting started and learning the basics. thank you
  • @
    @AnalyticsMaster7 years ago Top draw........
    You covered quite a few commands in half an hour......
    Thank you Chief !!!
  • @
    @sidstam6 years ago Many thanks, yours was my intro to MongoDB.
  • @
    @rosmuhammad50892 years ago thank you for this tutorial. it helps me to navigate the NoSQL database in no time. really helpful to me
  • @
    @webdevstudio83278 years ago Merci beaucoup, mon ami. Exactly what I was looking for.
  • @
    @swethaarchana72495 years ago Such a precise and interesting session. Thanks a lot
  • @
    @MaheshKumar-lt8jw5 years ago Very thankful to you sir it was very helpful to learn MONGODB basics 2
  • @
    @mwineafrod7 years ago Well paced and succinctly explained ... thank you!
  • @
    @coraldapotato40816 years ago idk what to say except THANK YOU SO MUCH!....this was so simple, so concise, so understandable. Thank you :) keep it up
  • @
    @johnabraham6584 years ago Bro - You are amazing and explained clearly as i am new to this technology. Thanks 1
  • @
    @sifo_io3 years ago I just went from knowing nothing about mongo except the name, to literally getting it right! Thanks a lot!
  • @
    @andreekzz5 years ago Nice. Ty alot, that coure one of the best tutoriails.
  • @
    @AnthonyFrankEntrepreneur6 years ago Thank you. I will now be building a MongoDB tonight because of you. Without this video, I would still be trying to figure out which version to download, and how to install properly.