Studio 3T 2023.3 (macOS, Linux, Windows) - Professional GUI, IDE and client for MongoDB, now supports integrated ChatGPT

The professional GUI, IDE and client for MongoDB

Please visit the original link: https://sysin.org/blog/studio-3t-2023/ to view the latest version. Original works, please keep the source for reprinting.

Author homepage: sysin.org


Studio 3T, a professional GUI, IDE and client for MongoDB

All IDEs, clients and GUI tools for MongoDB - on Atlas or anywhere.

Try Studio 3T for free

img

Powerful tools for MongoDB.

Over 100,000 developers and DBAs use Studio 3T as their MongoDB GUI of choice

Better work starts with the right tools

From startups to Fortune 500 companies, teams choose Studio 3T for MongoDB as their must-have client to help build great products. Learn more about Studio 3T for large teams.

Studio 3T Case Study - Spoiler Alert

Spoiler Alert

Manage rapidly changing leftover food stocks quickly and efficiently.

View more recommendations

Studio 3T Case Study - SEGA

SEGA

Scale the mobile gaming experience and user management for 100 million gamers.

Read more case studies

Query MongoDB faster

Visual Query Builder - One of many ways to query in MongoDB GUI, Studio 3T

  • Smart Shell

Autocomplete queries in the built-in mongo shell (sysin), highlighting syntax errors and saving query history as you type.

  • Visual Query Builder

Great for MongoDB beginners and a time saver for professionals. Build complex find() queries and filter array elements using a drag-and-drop UI.

  • aggregate editor

Break down aggregate queries into manageable steps and build them incrementally for easier debugging and querying.

  • Inquire

Get the most out of your SQL skills. Query MongoDB via SQL using SELECT, DISTINCT, GROUP BY, INNER JOIN, LEFT JOIN, etc.

Acceleration and optimization

  • query code

Generates instant code in JavaScript (Node.js), Java (2.x and 3.x driver API), Python, C#, PHP, and Ruby from MongoDB and SQL queries that you can copy and paste into your application program.

  • Tasks and Task Scheduler

Save MongoDB imports, exports, data comparisons, and migrations as tasks (sysin) that you can run on demand. Or better yet, skip reminders and schedule them to run exactly when you need them.

  • Rescheduling

Change the schema of a collection with just a few clicks, ideal for schema performance tuning, reorganization, or cleanup after data migration.

  • schema browser

Spot errors quickly. Run schema analysis on your MongoDB collections to reveal data outliers, typos, duplicates, and other anomalies that you can fix on the spot.

Query Code - MongoDB query code generation

easy migration

Migrating from SQL to MongoDB -- or the other way around: MongoDB to SQL

  • SQL ↔ MongoDB Migration

The easiest way to migrate between SQL and MongoDB. Import Oracle, PostgreSQL, MySQL, SQL Server, Sybase, and IBM DB2 into MongoDB, or export MongoDB collections to SQL files or databases.

  • Import Export Wizard

Import from JSON, CSV, BSON/mongodump and SQL to MongoDB and preview the output document (sysin) as you make changes. Export entire MongoDB collections, views, queries, query results, or specific documents to the same format.

manage your database

  • connection manager

Connect to any number of MongoDB connections, optionally enable proxy support, activate read-only locking mode, and use SCRAM-SHA-256, SCRAM-SHA-1, X.509, Kerberos (GSSAPI), and LDAP authentication—no long-term Time to load.

  • Table, tree and JSON views

Explore the most flexible MongoDB viewer. Open any MongoDB collection and use table view to display embedded fields next to parent fields, collapse or expand fields in tree view, or browse entire documents in JSON view.

  • User and Role Manager

Add, edit, and delete users with just a few clicks, assign roles to individual users, and list all users by role through the convenient MongoDB UI.

Connection Manager - connect to as many MongoDB connections as possible

MongoDB client, GUI and IDE

So what exactly is Studio 3T? Here we explain three of the many hats it wears.

img

  • Studio 3T as a MongoDB client

A client is a software program or application that allows you to connect to a server. Take advantage of Studio 3T's connection manager to connect to as many MongoDB servers as you need.

img

  • Studio 3T as MongoDB GUI

The Graphical User Interface (GUI) does exactly what it says it does. It provides a user interface with graphical menus, icons, dialog boxes, wizards and other visual elements. An alternative to using the MongoDB GUI is to use the mongo shell, though Studio 3T still has IntelliShell—an easy-to-navigate built-in version—when you need it.

img

  • Studio 3T as MongoDB IDE

An integrated development environment (IDE) combines many aspects of application and database development into a fully functional "studio" environment (sysin). Studio 3T does just that by providing a GUI with an editor with auto-completion and syntax highlighting, built-in JSON validation, automatic query code generation in seven languages, and many other features to help you more quickly Work and save time.

Studio 3T 2023 Update Highlights

Studio 3T 2023.1 Update Highlights

Studio 3T 2023.1 is full of changes, changes we've made to make everything easier for you, and get us ready for even more changes this year.

  • New Connections Sidebar
    • Can now slide in as an overlay.
    • Can be left open like a traditional sidebar.
    • Swipe mode frees up more screen real estate for your queries and results.
  • New query browser and history
    • Replacement of the old bookmark manager.
  • A new query manager (sysin)
    • All saved queries, scripts and aggregations in one place.
  • New Toolbar Everywhere
    • Optimized for discoverability and usability.
  • New IntelliShell formatting bar
    • The lower toolbar is the new home for working with code.
  • task folder
    • Organize your tasks for faster management.

Studio 3T 2023.2 Update Highlights

  • link sidebar

    We introduced the Connections sidebar in Studio 3T 2023.1. We've improved it in this release and added a new option to make it easier to see which connections, databases, or collections a tab is using. When you select another tab or the active tab changes, the Open Connections sidebar automatically selects the appropriate item in the tree. You can turn off this behavior by opening the Preferences dialog and clearing the Track active tab paths in the connection tree check box on the General tab.

  • type of data

    When creating or editing documents, Studio 3T now uses the most efficient data type to store fields with numeric values. So instead of using a floating point number to store the value, 12, an integer is inserted into the MongoDB document. This is in line with recent changes to the mongo shell.

Studio 3T 2023.3 Update Highlights

AI for MongoDB

AI Helper is an AI query builder that takes your questions (sysin) written in natural language and converts them into queries that can be run on your MongoDB database. AI Helper can write complex queries, including aggregations. Run queries and view answers to questions in the panel at the bottom of the IntelliShell tab.

Which AI is AI Helper compatible with ?
AI Helper is compatible with OpenAI GPT-3.5.

How do I link AI Helper with my OpenAI account ?
You will need an OpenAI API key if you don't already have one. You can generate an OpenAI API key through the following link: https://platform.openai.com/account/api-keys.

  • In Studio 3T, open the Preferences dialog and select the IntelliShell tab (sysin). Paste your key into the OpenAI API key box and click OK.
  • If you already have IntelliShell open in Studio 3T with AI Helper open, the configure button will take you to the IntelliShell tab where you can type or paste your API key.

Will AI Helper share my data ?
Studio 3T does not share field values, but it does share parts of your schema or document structure. It shares the collection name, field name, and field type with OpenAI's service on every request over an encrypted HTTPS connection.

How to use the AI ​​assistant ?

  1. Select a database or a collection in the Collections sidebar.
  2. Open IntelliShell.
  3. Click the AI ​​Helper button.
  4. Start typing your question into the box. If you selected a database in the Collections sidebar, click Select Source to select your collection before you start typing. You can add multiple collections from the same database.
  5. Click Generate Query. AI Helper writes your query in the left panel.
  6. Hit the run button to get your answer. IntelliShell displays the answer in the bottom panel.

download link

Studio 3T 2023.1.1, released 2023.02.13
Baidu network disk link: https://sysin.org/blog/studio-3t-2023/

  • Studio 3T for macOS x64
  • Studio 3T for macOS Apple silicon
  • Studio 3T for Linux x64
  • Studio 3T for Windows x64

Studio 3T 2023.2.0, released 2023.03.16
Baidu network disk link: https://sysin.org/blog/studio-3t-2023/

  • Studio 3T for macOS x64
  • Studio 3T for macOS Apple silicon
  • Studio 3T for Linux x64
  • Studio 3T for Windows x64

Studio 3T 2023.3.0, released 2023.03.30
Baidu network disk link: https://sysin.org/blog/studio-3t-2023/

  • Studio 3T for macOS x64
  • Studio 3T for macOS Apple silicon
  • Studio 3T for Linux x64
  • Studio 3T for Windows x64

Guess you like

Origin blog.csdn.net/netgc/article/details/130083773