Introductory
Sign in to follow topics
Featured
All Introductory Content
- Latest
- Highest Rated
Video
MongoDB Atlas - Code To The Beat. Write in Different Languages Including Python, Go, & Rust
MongoDB Atlas supports more languages than any other fully managed database. Subscribe to MongoDB ►►► https://bit.ly/3bpg1Z1 Connect with MongoDB: Website: https://bit.ly/2LjtNBZ Twitter: https://bit.ly/3fH87gR Facebook: https://bit.ly/3fEaIsd Linkedin: https://bit.ly/2SY9w90 Instagram: https://bit.ly/3bn9bDv Community Forums: https://bit.ly/2I8VCi5 TikTok: https://bit.ly/3fHoqdJMay 04, 2021
Video
MongoDB & Node.js: Connecting & CRUD Operations (Part 1 of 4)
✅ Sign-up for a free cluster at: https://mdb.link/free-fbYExfeFsI0 ✅ Get help on our Community Forums: https://mdb.link/community-fbYExfeFsI0 The MongoDB Atlas Navigation has been enhanced to provide a more intuitive and streamlined experience. Discover the updates here: https://mdb.link/AtlasUpdate If you're a Node.js developer who wants to learn MongoDB, start here! In this quick start tutorial for beginners, Developer Advocate Lauren Schaefer walks through the basics of how to connect to a MongoDB Atlas database using a Node.js script. Then she explains how data is stored in MongoDB using documents and collections. Finally, she explains how to execute each of the CRUD (create, read, update, and delete) operations. She explains how to use insertOne(), insertMany(), findOne(), find(), updateOne() with and without upsert, updateMany(), deleteOne(), and deleteMany(). Links Lauren mentions in the video: ⭐ Connect to a MongoDB Database Using Node.js: https://mdb.link/connect-nodejs ⭐ MongoDB and Node.js Tutorial - CRUD Operations: https://mdb.link/nodejs-crud ⭐ GitHub repo with the code from this video: https://mdb.link/nodejs-quickstart Other videos in this tutorial series: Part 2: https://youtu.be/iz37fDe1XoM Part 3: https://youtu.be/bdS03tgD2QQ Part 4: https://youtu.be/9LA7_CSyZb8 Chapters: 00:00 Intro 01:00 How to Connect 08:22 How MongoDB Stores Data 11:47 How to Create Documents 17:16 How to Read Documents 24:46 How to Update Documents 35:58 How to Delete Documents 41:10 Wrapping Up Connect with Lauren: Twitter: https://twitter.com/lauren_schaefer TikTok: https://tiktok.com/@lauren_schaefer LinkedIn: https://www.linkedin.com/in/laurenjanece/ MongoDB Community: https://developer.mongodb.com/community/forums/t/hey-friends-im-lauren/168 ------ ✅ Subscribe to our channel: https://mdb.link/subscribeApr 29, 2021
Video
Working with MongoDB in C++
Even though Node.JS is the most popular programming language to use with MongoDB, there's no reason you can't use other programming languages - including C++! This video tutorial will use the C++ client library to create a REST API, then create an application that holds information about MarioKart characters.Feb 22, 2021
Video
Build an ASP.NET app with the Mongo C# Driver
✅ Sign-up for a free cluster at: https://mdb.link/free-gM4m5LizxL8 ✅ Get help on our Community Forums: https://mdb.link/community-gM4m5LizxL8 In this session, we will build a data-driven ASP.NET web app using the MongoDB driver to connect to MongoDB Atlas. You will learn how to incorporate the driver in your project and use both standard CRUD methods and the Aggregation Framework to work with the data. We will keep this project small enough that attendees can follow along on their own laptops if they want (but they must have Visual Studio 2019 installed ahead of time). This session assumes only a basic familiarity with C# and MongoDB.Jun 10, 2020
Video
[DEPRECATED] MongoDB Atlas Search - Product Demo
**This video is now deprecated. Watch the latest on Atlas Search in this playlist → https://trymongodb.com/3tfskWW** MongoDB Atlas Search makes it easy to build fast, relevant, full-text search on top of your data in the cloud. In this demo, we show you how to build an Atlas Search index and write search queries using the $search stage in the MongoDB Aggregation Framework. We’ll also use our free sample movies dataset available in Atlas and three variations of a movie search application to show you what Atlas Search features look like in action. For more information on Atlas Search: -Overview: https://www.mongodb.com/atlas/search -Documentation: https://docs.atlas.mongodb.com/atlas-search/ Have product feedback or ideas? Submit them here: https://feedback.mongodb.com/forums/924868-atlas-searchJun 10, 2020
Video
Developing with MongoDB and Java
✅ Sign-up for a free cluster at: https://mdb.link/free-bkhXHiracs8 ✅ Get help on our Community Forums: https://mdb.link/community-bkhXHiracs8 Developer Advocates Maxime Beugnet talks about developing apps with MongoDB and Java. Want to get started with MongoDB and Java? Check out Max's Quick Start Guide: https://www.mongodb.com/blog/post/quick-start-java-and-mongodb--starting-and-setup Join us weekly on Twitch livestreams on Friday at 12pm EST: https://www.twitch.tv/mongodb Let us know - what do you want to learn next?Feb 05, 2020
Video
Quick Start: How to Get Connected to Your MongoDB Cluster with Go
✅ Sign-up for a free cluster at: https://mdb.link/free-JNr5noDp6EM ✅ Get help on our Community Forums: https://mdb.link/community-JNr5noDp6EM The MongoDB Atlas Navigation has been enhanced to provide a more intuitive and streamlined experience. Discover the updates here: https://mdb.link/AtlasUpdate Learn how to connect to a MongoDB cluster and list the available databases using the Go programming language (Golang) in this getting started tutorial.Nov 08, 2019