MongoDB Developer
MongoDB Developer Centerchevron-right
Developer Topicschevron-right

Atlas

plus Follow
Sign in to follow topics
MongoDB Atlas, the multi-cloud developer data platform.
Learn More
Atlas Topics
atlas_full_text_search
Search
atlas_product_family
App Services
atlas_stream_processing
Stream Processing
atlas_dataapi
Data API
atlas_data_lake
Data Lake
atlas_charts
Charts
cloud_multicloud
Multi-Cloud
atlas_online_archive
Online Archive
atlas_data_federation
Data Federation

Featured

Video

What is MongoDB Atlas Search? How to help users find what they need

MongoDB’s Erik Hatcher (Staff Developer Advocate, Atlas Search) joins RedMonk’s Kelly Fitzpatrick for an introduction to MongoDB Atlas Search: a full-text search engine integrated into MongoDB’s fully-managed developer data platform (Atlas). After discussing some of the advantages of leveraging search on a data platform like Atlas (unified developer experience and API, seamless synchronization, reduced operational overhead), Erik jumps right into a demo of Atlas Search using platform-supplied sample datasets (we use a film dataset) and walking through the tools and steps a Java developer might use. This was a RedMonk video sponsored by MongoDB. Resources: Atlas Search: Learn more about Atlas Search: https://mdb.link/atlas-search-lp-redmonk All Atlas Search tutorials: https://mdb.link/atlas-search-tutorials-redmonk Get started with Atlas Search in Java (as demonstrated in the video): https://mdb.link/atlas-search-java-redmonk Landing page for MongoDB Atlas: https://mdb.link/atlas-lp-redmonk General MongoDB learning and developer resources: Overview of MongoDB and the Document Model (free MongoDB University course): https://mdb.link/document-model-redmonk Check out other courses offered through MongoDB University: https://mdb.link/mongo-university-redmonk MongoDB’s Developer Center: https://mdb.link/dev-center-redmonk...
AtlasSearch

Sep 13, 2023 | 34 min
Video

[DEPRECATED] Getting Your Free MongoDB Atlas Cluster

alt not provided
Play Button

Sep 13, 2019 | 4 min
Tutorial

Atlas Cluster Automation Using Scheduled Triggers

alt not provided

Jan 02, 2024 | 11 min read
Atlas Articles
All Atlas Articles
Article

Build an E-commerce Search Using MongoDB Vector Search and OpenAI

alt not provided

Mar 12, 2024 | 12 min read
Article

Audio Find - Atlas Vector Search for Audio

alt not provided

Mar 08, 2024 | 11 min read
Article

Using SuperDuperDB to Accelerate AI Development on MongoDB Atlas Vector Search

alt not provided

Feb 21, 2024 | 6 min read
All Atlas Articles
Atlas Quickstarts
All Atlas Quickstarts
Quickstart

How to Connect MongoDB Atlas to Vercel Using the New Integration

alt not provided

Jun 14, 2022 | 4 min read
Quickstart

Getting Your Free MongoDB Atlas Cluster

alt not provided

Jan 26, 2023 | 1 min read
Quickstart

Getting Started with Deno & MongoDB

alt not provided

May 12, 2022 | 12 min read
Atlas Code Examples
All Atlas Code Examples
Code Example

Trends analyser

alt not provided

Jul 07, 2022 | 1 min read

Jul 07, 2022 | 1 min read
Code Example

MergeURL - Python Example App

alt not provided

Jul 07, 2022 | 3 min read
Atlas Tutorials
All Atlas Tutorials
Tutorial

RAG Series Part 1: How to Choose the Right Embedding Model for Your Application

alt not provided

Mar 08, 2024 | 16 min read
Tutorial

Leveraging MongoDB Atlas Vector Search with LangChain

alt not provided

Mar 08, 2024 | 6 min read
Tutorial

Building a Restaurant Locator Using Atlas, Neurelo, and AWS Lambda

MongoDB Atlas and Azure functions

Mar 08, 2024 | 8 min read
Atlas Podcasts
All Atlas Podcasts
Podcast

Ep. 121 The MongoDB World Series - Oli Proulx From ChargeHub

Play Button

Aug 02, 2022 | 20 min
Podcast

Ep. 118 The MongoDB World Series - Nick Gamble From Unqork

Play Button

Jul 12, 2022 | 25 min
Podcast

Ep. 117 The MongoDB World Series - Beray Bentesen From Qubitro

Play Button

Jul 05, 2022 | 27 min
Atlas Videos
All Atlas Videos
Video

Azure Spring Apps and MongoDB Atlas First Deployment

alt not provided
Play Button

Feb 20, 2024 | 13 min
Video

Build Your Own Vector Search with MongoDB Atlas and Amazon SageMaker

alt not provided
Play Button

Feb 06, 2024 | 69 min
Video

The Atlas Search 'cene: Season 1

alt not provided
Play Button

Dec 15, 2023 | 2 min
All Atlas Content
search
  • Latest
  • Highest Rated
Industry Event
locationMETRO MANILA, PHILIPPINES | IN-PERSON

Developer Day Manila

Join us for a full day of hands-on sessions about MongoDB. An event for developer by developers....
alt not provided

Apr 25, 2024 | 12:30 AM - 9:00 AM UTC
Industry Event
locationTHÀNH PHỐ, HỒ CHÍ MINH, VIETNAM | IN-PERSON

Developer Day Ho Chi Minh City

Join us for a full day of hands-on sessions about MongoDB. An event for developer by developers....
alt not provided

Apr 23, 2024 | 1:00 AM - 10:00 AM UTC
Tutorial

Configure Email/Password Authentication in MongoDB Atlas App Services

In less than 6 steps, learn how to set up authentication and allow your users to log in and sign up to your app without writing a single line of server code....
alt not provided

Mar 13, 2024 | 3 min read
Sourabh Bagrecha
Tutorial

Implement Email/Password Authentication in React

Configuring signup and login authentication is a common step for nearly every web application. Learn how to set up email/password authentication in React using MongoDB Atlas App Services....
alt not provided

Mar 13, 2024 | 8 min read
Sourabh Bagrecha
Tutorial

Integrate Atlas Application Services Logs into Datadog on AWS

With the Log Forwarding feature, it's now possible to send Atlas Application Services logs to Datadog. This blog outlines the configuration steps necessary as well as strategies for customizing the view to suit the need....
Integrate Atlas Application Services

Mar 13, 2024 | 2 min read
BS
AR
Babu Srinivasan (+1)
Article

Build an E-commerce Search Using MongoDB Vector Search and OpenAI

Create an e-commerce semantic search utilizing MongoDB Vector Search and OpenAI models...
alt not provided

Mar 12, 2024 | 12 min read
Ashiq Sultan
News & Announcements

Deprecating MongoDB Atlas GraphQL and Hosting Services

Guidance and resources on how to migrate from MongoDB Atlas GraphQL and Hosting services....
alt not provided

Mar 12, 2024 | 2 min read
Tutorial

RAG Series Part 1: How to Choose the Right Embedding Model for Your Application

In this tutorial, we will see why embeddings are important for RAG, and how to choose the right embedding model for your RAG application....
alt not provided

Mar 08, 2024 | 16 min read
Apoorva Joshi
Article

Audio Find - Atlas Vector Search for Audio

This in-depth article explores the innovative creation of a music catalog system that leverages the power of MongoDB Atlas's vector search and a Python service for sound embedding. Discover how sound embeddings are generated using the Panns-inference model via S3 hosted files, and how similar songs are identified, creating a dynamic and personalized audio discovery experience....
alt not provided

Mar 08, 2024 | 11 min read
Ran Shir (+1)
Tutorial

Leveraging MongoDB Atlas Vector Search with LangChain

Discover the integration of MongoDB Atlas Vector Search with LangChain, explored in Python in this insightful article. It highlights how advanced semantic search capabilities and high-dimensional embeddings revolutionize data retrieval. Understand the use of MongoDB Atlas' $vectorSearch operator and how Python enhances the functionality of LangChain in building AI-driven applications. This guide offers a comprehensive overview for harnessing these cutting-edge tools in data analysis and AI-driven search processes....
alt not provided

Mar 08, 2024 | 6 min read
Arek Borucki