MongoDB
Sign in to follow topics
MongoDB Topics
Featured
Video
Django MongoDB Backend Quickstart! A Step-by-Step Tutorial
Read the written version of this tutorial: https://dev.to/mongodb/django-mongodb-backend-quickstart-4o89 Django MongoDB Backend Repo: https://github.com/mongodb-labs/django-mongodb-backend Learn more in MongoDB Docs: https://mdb.link/laXann1O0cg-docs Let us know your thoughts in our MongoDB Developer Forum: https://mdb.link/laXann1O0cg-forum In this quick start get up and running with the new Django MongoDB Backend Python library: now in Public Preview! In this quick start you will create a Django application, connect your Django application to a MongoDB deployment, ensure your deployment is hosted on MongoDB Atlas, interact with the data stored inside your cluster, and create a Django admin page. Visit Mongodb.com → https://www.mongodb.com Read the MongoDB Blog → https://www.mongodb.com/blog Check out the MongoDB Developer Center → https://www.mongodb.com/developerMar 10, 2025 | 21 min
All MongoDB Content
- Latest
- Highest Rated
Video
Django MongoDB Backend Quickstart! A Step-by-Step Tutorial
Read the written version of this tutorial: https://dev.to/mongodb/django-mongodb-backend-quickstart-4o89 Django MongoDB Backend Repo: https://github.com/mongodb-labs/django-mongodb-backend Learn more in MongoDB Docs: https://mdb.link/laXann1O0cg-docs Let us know your thoughts in our MongoDB Developer Forum: https://mdb.link/laXann1O0cg-forum In this quick start get up and running with the new Django MongoDB Backend Python library: now in Public Preview! In this quick start you will create a Django application, connect your Django application to a MongoDB deployment, ensure your deployment is hosted on MongoDB Atlas, interact with the data stored inside your cluster, and create a Django admin page. Visit Mongodb.com → https://www.mongodb.com Read the MongoDB Blog → https://www.mongodb.com/blog Check out the MongoDB Developer Center → https://www.mongodb.com/developerMar 10, 2025
Video
MongoDB User Groups (MUGs): February 2025 Updates #MongoDB #TheIndex #Tech
Here’s a recap of our latest MUGs, which we hold every month all across the globe. ➡️ View more in our Community Forums: https://mdb.link/mugs-feb2025 ⬅️ Be sure to give this video a thumbs up and subscribe to our channel, too! #MongoDB #TheIndex #TechMar 07, 2025
Video
MongoDB vs PostgreSQL for AI Workloads: Speed, Scalability & Developer Wins Exposed!
Check out our Generative AI Showcase Repository: https://github.com/mongodb-developer/GenAI-Showcase Which database are you using for AI? Comment below! 👇 Curious which database dominates AI workloads? We pit MongoDB against PostgreSQL (with PG Vector) in a head-to-head performance showdown for vector search, ingestion speed, and real-time retrieval. Discover why developers are switching for AI scalability! 🔍 What You’ll Learn: ✅ Benchmark Results: Ingestion speed, query latency, and throughput under scale (local machine tests with 100k+ vectors). ✅ Why MongoDB Shines: Out-of-the-box performance for JSON data, zero serialization overhead, and seamless scalability. ✅ PostgreSQL PG Vector Deep Dive: Configuration challenges and when it might still work. ✅ Developer Productivity: Avoid “Postgres Regress” and focus on building AI features faster. 📊 Key Takeaways: MongoDB handles 4x faster ingestion and 2x lower latency at scale. Postgres requires tuning (HNSW parameters, JSONB serialization) for AI workloads. Why latency matters for RAG, conversational AI, and real-time apps in 2024. ⏱ Timestamps: 00:00 - Intro: The AI Database Battle 02:15 - Benchmark Setup (Local Instances, 100k Vectors) 05:40 - Ingestion Speed Showdown: MongoDB vs PG Vector 12:30 - Retrieval Latency: Why Milliseconds Matter for AI 18:50 - Throughput: Queries/Second Under Load 25:00 - Developer Experience: MongoDB’s JSON Advantage 30:45 - When to Choose Postgres? Honest Takeaways 🔔 Subscribe for more AI tech deep dives → https://mdb.link/subscribe Visit Mongodb.com → https://www.mongodb.com Read the MongoDB Blog → https://www.mongodb.com/blog Check out the MongoDB Developer Center → https://www.mongodb.com/developerMar 06, 2025
Video
Community Champions + Creators: February 2025 Updates #MongoDB #TheIndex #Tech
We’re sharing all the latest and greatest from our amazing Community Champions and Creators. ➡️ View more in our Community Forums: https://mdb.link/ccc-feb2025 ⬅️ Be sure to give this video a thumbs up and subscribe to our channel, too!Mar 04, 2025
Video
How to Migrate from Relational Databases to MongoDB | Relational Migrator 101
Learn more about Relational Migrator → https://mdb.link/Z6D5Ge4M2KU-try Try MongoDB 8.0 → https://mdb.link/Z6D5Ge4M2KU-mongodb8 Subscribe to MongoDB YouTube→ https://mdb.link/subscribe In this episode, join Ricardo Mello, Senior Developer Advocate at MongoDB, as he walks you through the process of migrating a relational database model from PostgreSQL to MongoDB using Relational Migrator. Discover how to modernize your application by transforming a traditional library management system into a flexible, document-based schema in MongoDB Atlas. We'll cover everything from downloading and setting up Relational Migrator, mapping your relational structure to MongoDB collections, generating code for your legacy applications, and finally migrating your data seamlessly. Learn how to leverage MongoDB's flexibility with embedded documents, extended references, and subset patterns to optimize your schema design. Whether you're a developer, database administrator, or just curious about MongoDB, this step-by-step tutorial will equip you with the tools and knowledge to migrate your relational workload to MongoDB with confidence. #MongoDB #DataMigration #NoSQL #RelationalMigrator Visit Mongodb.com → https://www.mongodb.com Read the MongoDB Blog → https://www.mongodb.com/blog Check out the MongoDB Developer Center → https://www.mongodb.com/developerMar 03, 2025
Video
The Index: Using LangChain4j, Django, & Terraform With MongoDB
Here’s what MongoDB’s Developer Relations team has been up to. ➡️ View more in our Community Forums: https://mdb.link/theindex-feb25 ⬅️ Be sure to give this video a thumbs up and subscribe to our channel, too! #MongoDB #TheIndex #TechFeb 21, 2025
Video
Should YOU Migrate from Relational Databases to Build Modern Applications?
Video 2 - How to Migrate from Relational Databases to MongoDB using Relaltional Migrator → https://youtu.be/Z6D5Ge4M2KU?si=8OvB3NeW9yROnILl Learn more about Relational Migrator here → https://mdb.link/2Rguel3HG78-productpage Try MongoDB 8.0 → https://mdb.link/2Rguel3HG78-mongodb8 Sign-up for a free cluster → https://mdb.link/2Rguel3HG78-try Subscribe to MongoDB YouTube→ https://mdb.link/subscribe Join Ricardo Mello, Senior Developer Advocate at MongoDB, in this concise guide to understanding the MongoDB Relational Migrator—a tool that simplifies your migration from traditional databases like PostgreSQL, MySQL, and Oracle. Discover: - The flexibility of MongoDB’s schema design, ideal for evolving data needs. - How horizontal scaling with sharding keeps your applications responsive and available. - Common migration challenges and how Relational Migrator can help Perfect for experienced developers and architects, this tool helps streamline migrations while offering the customization needed for complex data challenges. Subscribe for more on modernizing your tech stack with MongoDB! #MongoDB #DataMigration #NoSQL #RelationalMigrator Visit Mongodb.com → https://www.mongodb.com Read the MongoDB Blog → https://www.mongodb.com/blog Check out the MongoDB Developer Center → https://www.mongodb.com/developerFeb 21, 2025
Video
Realtime Voice Agents with OpenAI and MongoDB
✅ Try MongoDB 8.0 → https://mdb.link/3mLqmlG9-hw ✅ Sign-up for a free cluster → https://mdb.link/3mLqmlG9-hw-try ✅ Gen AI Showcase (GitHub) → https://mdb.link/3mLqmlG9-hw-github - We will live code a realtime speaking agent which will interact with the database get information and store information to facilitate human like representative whithin an application.Feb 12, 2025
Video
Meet the Makers Behind Django MongoDB Backend
Join this livestream to hear directly from the lead engineer Jib Adegunloye, and lead product manager Shubham Ranjan, as they dive into their newly released Django MongoDB Backend library, now in public preview! Get insights straight from the creators, learn how it works, and ask your questions live. - Quickstart on dev.to → https://mdb.link/aKuvHXrvYKU-devto Docs → https://mdb.link/aKuvHXrvYKU-docs GitHub repo → https://mdb.link/aKuvHXrvYKU-repo Developer Forum → https://mdb.link/aKuvHXrvYKU-forumFeb 10, 2025
Tutorial
Local-first and Reasoning-enhanced RAG With DeepSeek and MongoDB
Discover how DeepSeek’s innovative open-source models—DeepSeek-V3, DeepSeek Coder, and the groundbreaking reasoning model DeepSeek-R1—are revolutionizing local-first, retrieval-augmented generation (RAG) applications with MongoDB. This comprehensive guide details how cutting-edge chain-of-thought reasoning and model distillation techniques enhance AI performance and explainability. Learn how integrating tools like Ollama, Nomic-Text-Embed, LangChain, and Streamlit with MongoDB Atlas enables secure, scalable, and privacy-focused deployments ideal for industries such as healthcare and defense. Unlock advanced technical insights and step-by-step implementation strategies to build dynamic on-device AI applications that process and analyze sensitive documents with unparalleled accuracy and flexibility.Feb 06, 2025