Whether you’re a seasoned professional or a rough-around the edges rookie, querying in MongoDB has never been easier. Studio 3T offers the following ways to query MongoDB:
- via the mongo shell with IntelliShell
- the Visual Query Builder
- through the Aggregation Editor
- via SQL with SQL Query
- and lastly, the AI Helper
IntelliShell – The Responsive mongo Shell
For those accustomed to working in the mongo shell, Studio 3T offers IntelliShell – a mongo shell with auto-completion of JavaScript functions, command helpers, and much, much more.
AI Helper, Studio 3T’s AI-powered assistant, is built into IntelliShell where you can write queries in natural language and Studio 3T will build the mongo shell commands for you.
Visual Query Builder – Drag, Drop, and Query
The Visual Query Builder is the easiest way to begin querying.
If you’re new to MongoDB, use the Visual Query Builder to drag and drop fields, so you can run your very first query even without knowing MongoDB query syntax. Or you can try AI Helper, Studio 3T’s AI-powered assistant, where you can type queries in natural language and Studio 3T will build the query for you.
And even if you’re an experienced MongoDB user, you can still use the Visual Query Builder to query arrays or build more complex queries.
Aggregation Editor – The MongoDB Aggregation Query Builder
Instead of writing complex aggregation queries in the mongo shell, the Aggregation Editor lets you build them one stage at a time for easier debugging. The Aggregation Editor also features built-in natural language querying with AI Helper, Studio 3T’s AI-powered assistant.
SQL Query – The Familiarity of SQL in MongoDB
If you’re a SQL expert transitioning to MongoDB, you’ll feel right at home with the SQL Query feature where you can write your query in SQL.
Write the same familiar SQL inner and left joins and expressions like SELECT
, SELECT DISTINCT
, ORDER BY
, GROUP BY
– and much more – to query MongoDB.
AI Helper – Natural Language Querying
If you’re new to MongoDB and want to try out some AI-powered querying, use AI Helper where you can type queries in natural language and Studio 3T will build find or aggregation queries for you.