Topic
Lesson 2, Exercise: Setting up MongoDB Atlas Posted on: 21/11/2022 (last updated: 07/02/2023) by Dj Walker-Morgan
If you already have an existing MongoDB database or connection you can use for learning purposes, click to Connecting to MongoDB with Studio 3T to move on to the next lesson. In this exercise, you’ll set up MongoDB Atlas using the free M0 service tier and get a connection string which you can use to […]
Exercise 1: Filtering the documents in the aggregation pipeline Posted on: 14/02/2022 (last updated: 24/01/2023) by Dj Walker-Morgan
In this exercise, you’ll launch IntelliShell and create an aggregate statement that includes only one stage. The stage is based on the $match aggregate operator, which lets you filter the documents in the pipeline so you’re working with only a subset of documents in later stages. In the exercises that follow this one, you’ll add […]
Lesson 1, Exercise 1: Adding a document to a collection Posted on: 11/09/2020 (last updated: 24/01/2023) by Kathryn Vargas
In this exercise, you’ll create the sales database and import the customers collection into that database, retrieving the data from the customers.json file. You’ll then use the Collection Tab to add a single document to the MongoDB collection. To complete the exercises in this section, you must first download the customers.zip file, unzip the file, […]
Exercise: Installing Studio 3T Posted on: 04/10/2019 (last updated: 22/03/2022) by Kathryn Vargas
In this exercise, you’ll download the Windows installation file from the Studio 3T download page and run the setup wizard. To install Studio 3T 1. Open a browser and go to the Studio 3T download page. 2. Ensure that the Windows tab is selected on the download form and fill out the form as needed. 3. Click Download for Windows. […]
Lesson 2, Exercise 1: Setting up MongoDB Atlas Posted on: 26/09/2019 (last updated: 07/10/2022) by Kathryn Vargas
In this exercise, you’ll set up MongoDB Atlas using the free M0 service tier. The setup process consists of registering with the MongoDB Atlas service and configuring a cluster. When registering with the service, you must provide an email address, first name, last name, and password. When setting up the cluster, you must select a […]
Exercise 2: Grouping the documents in the aggregation pipeline Posted on: 14/02/2022 (last updated: 24/01/2023) by Dj Walker-Morgan
In this exercise, you’ll add the second stage to the pipeline. This stage is based on the $group aggregate operator, which lets you group the documents in the pipeline based on a specific field. To group the documents in the aggregation pipeline On the IntelliShell tab, ensure that the aggregate statement you created in the […]
Lesson 1, Exercise 2: Viewing a document in a collection Posted on: 11/09/2020 (last updated: 24/01/2023) by Kathryn Vargas
In this exercise, you’ll create a simple query to retrieve the document you created in the previous exercise (the document whose last field value is Grey). You’ll then use features on the Collection Tab to display the document in different views. To view a document in Table, Tree or JSON View 1. Open the customers […]
Lesson 3, Exercise: Connecting to MongoDB via Studio 3T Posted on: 04/10/2019 (last updated: 17/11/2023) by Kathryn Vargas
In this exercise, you’ll learn how to connect to your local MongoDB instance or to the MongoDB Atlas cluster you set up in Configuring MongoDB Atlas. You’ll then test the connection by creating and querying a simple collection. To connect to MongoDB 1. Launch Studio 3T if it’s not running. 2. On the Studio 3T […]
Lesson 2, Exercise 2: Configuring MongoDB Atlas Posted on: 26/09/2019 (last updated: 21/04/2022) by Kathryn Vargas
In this exercise, you’ll configure MongoDB Atlas to connect to the cluster you created in Exercise 1. For this, you will need the IP address of the device that will connect to the service. If you plan to connect to MongoDB Atlas on the same device where you’re setting up the service, MongoDB Atlas can […]
Tags
Browse by MongoDB topic
- Connecting to MongoDB
- Database Administration & Security
- Getting Started with MongoDB
- Getting Started with Studio 3T
- Import/Export
- Job Automation & Scheduling
- MongoDB Aggregation Framework
- MongoDB/Studio 3T Workshops
- Performance
- Query & CRUD Operations
- Reference
- Schema
- Studio 3T Licensing
- Support and other resources
- Working with MongoDB & SQL
- Working with MongoDB Atlas