Tag: Tutorials

How to connect Studio 3T to MongoDB with OIDC authentication

OpenID Connect (OIDC) is a secure authentication protocol that enables user authentication and identity verification in modern architectures. It allows users to sign in to applications using a single set of credentials from trusted identity providers.

The Beginner’s Guide to MongoDB Aggregation (With Exercise)

Get an understanding of the MongoDB Aggregation Framework and how to take advantage of indexes to speed up queries.

Studio 3T logo

How to install a local MongoDB on macOS and connect to Studio 3T

Step-by-step instructions for setting up a local MongoDB on your Mac and how to connect it to Studio 3T

Studio 3T logo

MongoDB Time Series Collections Explained

In this article, we’ll explain what a Time Series is in general and how MongoDB Time Series collections make it more efficient to store and query those collections. What is a Time Series Time Series is a term for data where the most important field is the timestamp, because each entry in a time series […]

Studio 3T logo

Connecting Studio 3T to DigitalOcean Managed MongoDB

Learn how to connect Studio 3T to DigitalOcean’s Managed MongoDB service.

Bringing Data Aggregations to Life with MongoDB Charts

Using Studio 3T in conjunction with MongoDB Charts provides a simple & easy solution for fast and effective data reporting. 

Copy MongoDB Query Results to CSV, Excel & Google Sheets

Copy-paste is the fastest way to export query results from MongoDB to CSV, Excel – even Google Sheets. 

How to Find & Filter MongoDB Array Elements Using $elemMatch

Learn how to filter elements from arrays in MongoDB by using the $elemMatch operator alongside find(), $match, and the $project and $filter functions.

How to Connect to MongoDB Atlas

Connect to MongoDB Atlas using Studio 3T’s Connection Manager.

Configure mongodump, mongorestore & mongo shell Executable Files

Here’s how you can point Studio 3T’s built-in mongo shell, IntelliShell, to use a different mongo.exe file when you’re still on an older MongoDB version.