Collection Tab The Collection Tab is the starting point for all data exploration and analysis in Studio 3T.
Check MongoDB Schema with Schema Explorer Schema Explorer makes it easy to visualize data distributions, find schema anomalies, and generate schema documentation which can be exported as a Word or CSV file.
Flatten Nested MongoDB Collections, Fields & Arrays with Table View Discover the simplest way to explore nested fields and arrays with Table View.
How to Tell Your MongoDB Production and Test Databases Apart Avoid mixing up test and production data by color-coding your databases and collections.
How to Connect to ObjectRocket Connect to your ObjectRocket-hosted MongoDB instance using Studio 3T's Connection Manager.
Supported MongoDB Aggregation Operators and Stages The full list of MongoDB aggregation operators and stages supported by the Aggregation Editor, Studio 3T's MongoDB aggregation query builder.
Read-Only Mode Secure your data with Read-Only Mode, which can be set for a specific collection or an entire connection.
Schema Validator Use Studio 3T's Schema Validator to apply JSON Schema, the recommended way of performing MongoDB schema validation to a collection.
13 Most Common MongoDB Commands Here's a list of frequently-used MongoDB commands, replaced by a few clicks through Studio 3T's context menus.
How to Rename a MongoDB Database – A Quick 5-Step Workaround A simple workaround for renaming MongoDB databases when using Studio 3T.
Connection Manager The Connection Manager makes it easy to connect to a MongoDB database, whether it is cloud-hosted or on-premise, or through a direct connection or a replica set.
Export MongoDB to SQL in 5 Steps How to export MongoDB to SQL in five steps using Studio 3T's MongoDB to SQL Migration feature.
How to Copy MongoDB Databases Across Servers Studio 3T's handy guide to transferring MongoDB databases across connections.
Tasks and Task Scheduler for MongoDB Tasks lets you configure and save frequent MongoDB jobs so you can run them on-demand. Task Scheduler takes it up a notch by adding a scheduling functionality, so they are run at specified days and times automatically.
MongoDB find Method: Introduction & Examples An introduction to the find() method along with query examples.
How to Copy and Paste MongoDB Documents Learn how to copy and paste MongoDB documents across Studio 3T.
How to Copy a MongoDB Collection to Another Database Copy a MongoDB collection to another database in a few clicks using Studio 3T's convenient built-in copy and paste features.
Getting Started with MongoDB – An Introduction Learn how the most popular NoSQL database works, how it compares to SQL, and a few common MongoDB commands.
Aggregation Editor Take a look at how to build aggregation queries stage-by-stage with the Aggregation Editor, starting with this example that uses $match, $group and $sort.
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.
Import Wizard Studio 3T's Import Wizard is the easiest way to import data to MongoDB from JSON, CSV, BSON/mongodump, SQL, and another collection.
Export Wizard Export MongoDB to CSV, JSON, BSON/mongodump, SQL, and another collection in a few clicks with Studio 3T's Export Wizard.