---
title: How to Get Started with a Free Cluster in MongoDB
date: 2026-02-17T12:00:00-06:00
author: Nick Lorang
canonical_url: "https://www.lemonly.com/work/mongodb-free-cluster"
section: Work Item
---
[](https://www.lemonly.com/work)# [MongoDB](https://www.lemonly.com/work?client=mongodb) How to Get Started with a Free Cluster in MongoDB 

 [Video](https://www.lemonly.com/work?category=video)[MongoDB](https://www.mongodb.com/) tapped Lemonly to help their developer audience get off the ground fast, as part of the "MongoDB in 3" series — quick-hit videos built to explain big database concepts without the lecture.

This installment covers the very first step: spinning up a free cluster. In three minutes, we walk through creating the cluster, locking it down with a secure connection, linking up with Compass, and running real queries — including MongoDB's Natural Language Query feature, which turns plain English into working code.

The challenge was pacing: fitting five steps (with real clicks, fields, and a Star Wars cameo) into a snappy runtime without skipping the parts that actually matter.

 

  

## Share

- [  ](http://www.facebook.com/sharer.php?u=https://www.lemonly.com/work/mongodb-free-cluster&p%5Btitle%5D=How%20to%20Get%20Started%20with%20a%20Free%20Cluster%20in%20MongoDB)
- [  ](https://www.linkedin.com/shareArticle?mini=true&url=https://www.lemonly.com/work/mongodb-free-cluster&title=How%20to%20Get%20Started%20with%20a%20Free%20Cluster%20in%20MongoDB)
- [  ](https://www.pinterest.com/pin/create/button/?url=https://www.lemonly.com/work/mongodb-free-cluster&media=https://www.lemonly.com/general-uploads/Work/260528_MongoDB_MDB3-Free-Cluster_VID_Work-Thumbnail.jpg&description=How%20to%20Get%20Started%20with%20a%20Free%20Cluster%20in%20MongoDB)
- [  ](mailto:?body=Check%20this%20out!%20https://www.lemonly.com/work/mongodb-free-cluster&subject=How%20to%20Get%20Started%20with%20a%20Free%20Cluster%20in%20MongoDB)
 

View Text

 

Deploying a database doesn’t have to be complicated. Today, we’re covering how to set up a free cluster in MongoDB in five easy steps. We’ll create our cluster, secure it, connect with Compass, run our first query, and try a Natural Language Query. And we’re going to do it all in just three minutes, so we'd better get started.

Step 1: Log in and create a free cluster using the link in the description. You’ll need to make an organization and project, then click “Create” and choose the free tier. Give your cluster a name, pick the cloud provider and region that work for you, and turn on the option to load the sample dataset. Then click “Create deployment.”

Step 2: Set up your secure connection. MongoDB is always locked down out of the box, so it requires an IP address and a database user before it allows anyone to access your database. Your IP address will load automatically, but you’ll need to create a user. Enter a username and password you’ll remember — but don’t use ours; they’re super secret. Now your cluster is ready to connect.

Step 3: Connect with Compass, MongoDB’s free GUI. First, copy the connection string Atlas generates for Compass. Next, download Compass if you haven’t already — maybe grab some popcorn while you wait, but don’t go far. Once it’s ready, hit “New Connection,” and you’ll see a URI field to paste your connection string.

Your username should appear automatically, but you’ll need to type in your password. Once you’ve done that, hit “Connect,” and it’ll be time to test out your first cluster.

Hey, remember that popcorn from earlier? You might need a movie to go with that. Let’s check some out.

Step 4: Explore connections and run your first query. Click on the sample\_mflix database and select “movies”. You’ll see over 20,000 documents in the collection — that’s a few too many to choose from. We should probably run a query to get more specific.

MongoDB queries look like simple JavaScript objects. For example, to find movies released after 2000, create a filter using the year field and the dollar-greater-than operator set to 2000. Run it, and you’ll get all matching documents instantly.

Now here’s the cool part: Natural Language Query is built into Compass. Just hit “Generate Query” and type what you want—like “movies with an IMDb rating greater than 7”—and Compass makes it a query. Run it, and you’ll see your results — ooo, Star Wars.

And that’s all it takes. You’ve created your first cluster, secured it, connected with Compass, and run your first queries. Don’t forget to check out the link in the description, and go build something great.

 

 

---

## Other work in this series

   
 

   [   ![Vector Search Fundamentals in MongoDB](https://d2xoo2expjpog9.cloudfront.net/generalUploads/Work/260528_MongoDB_MDB3-Vector-Search_VID_Work-Thumbnail.jpg?mode=crop&pos=center-center&q=98&f=webp&c=ae297b36&v=a355b43de954d7a79231eedb041af6b0d0ad027cf37993a347947d4ef7bd6359)  ](https://www.lemonly.com/work/mongodb-vector-search)  [MongoDB](https://www.lemonly.com/work?client=mongodb)[Vector Search Fundamentals in MongoDB](https://www.lemonly.com/work/mongodb-vector-search)

 [Video](https://www.lemonly.com/work?category=video) 

   [   ![What "Schemaless" Really Means in MongoDB - Explainer Video](https://d2xoo2expjpog9.cloudfront.net/generalUploads/Work/260528_MongoDB_MDB3-Schemaless_VID_Work-Thumbnail.jpg?mode=crop&pos=center-center&q=98&f=webp&c=41319045&v=9fec1181c87b81a79b3544d1286a84b4f922c5f941139166133672f7bb7a28a5)  ](https://www.lemonly.com/work/mongodb-schemaless)  [MongoDB](https://www.lemonly.com/work?client=mongodb)[What "Schemaless" Really Means in MongoDB](https://www.lemonly.com/work/mongodb-schemaless)

 [Video](https://www.lemonly.com/work?category=video) 

   [   ![How Sharding Works in MongoDB - Explainer Video](https://d2xoo2expjpog9.cloudfront.net/generalUploads/Work/260528_MongoDB_MDB3-Sharding_VID__Work-Thumbnail.jpg?mode=crop&pos=center-center&q=98&f=webp&c=2f743aa9&v=840d36ba4e5510d478919e1c41d5a9001ddb433bbb244eeea65765e7e351f65f)  ](https://www.lemonly.com/work/mongodb-sharding)  [MongoDB](https://www.lemonly.com/work?client=mongodb)[How Sharding Works in MongoDB](https://www.lemonly.com/work/mongodb-sharding)

 [Video](https://www.lemonly.com/work?category=video)
