Share your ideas with us
719 results found
-
Improve code formatting in the aggregation editor
The current "Format code" command apparently just removed white space.
I would like to have the json split into multiple lines and indented to improve readability.
This is especially needed for large "$facet" expressions.1 vote -
Interpret Integer values in JSON as Integer
I love the functionality of 3T, but inserting a JSON with Integers in it is potentially dangerous. We have an application that instantly grabs new documents and it can't cope with floats. But all numbers in a JSON are converted to float unless they are explicitely marked as Integer. I know that this request is not new and that the problem originates in JavaScript (found case from 2014). Maybe something can be changed now that 6 years have passed.
1 vote -
Throttling data imports
We use CosmosDB and we would like to throttle our imports from Studio 3T so that we don't exceed our Max RU/s for our collections (resulting in a 429).
Ideally we could set a throttle rate on our imports that would have a specified amount of time between each document import or max number of imports per second etc.
If there's a way of achieving this already then that would be fantastic!
2 votes -
Customize Keyboard
Hello,
I'm emacs fun. I would like to customize shortcuts with emacs / vim or customize. If not change, you might provide MacOS short cut like CTRL-B (move cursor back) CTRL-F (move cursor forward) or CTRL-N (move cursor end)
1 vote -
Be able to work in two+ JSON editor windows simultaneously
Currently it is only possible to open a single editor on one document, or to view one document and edit another, but it is not possible to copy json from the viewer window to the editor.
It would be incredibly useful to be able to work with 2+ editor/viewer windows at the same time.
Currently we must copy a document into another editor, like VSCode, to be able to copy sections into a Studio3T editor window or to work on two or more documents at the same time.
2 votes -
When I use "BSON Archive Import" function, I need some option to change the db name
When I use "BSON Archive Import" function, I need some option to change the db name.
ex) original db name = abc, the restored db name = def1 vote -
Schedule custom queries
As a database admin I would like to be able to schedule custom queries to run that are not just imports, exports, migrations, or data compares. This will allow me to run basic queries without having to set up and run middleware services.
1 vote -
revoke licences
I like to be able to revoke licences from from my licence page. I upgraded my laptop from Ubuntu 14 to 16 and forgot to remove my licence , while my second machine was on windows.
This meant i had to contact support to get my licences back.
1 vote -
Adjust theme for dark mode
I need a way to adjust colors for dark mode. The current background color is simply too light. I've seen other suggestions asking for robust theme support, but lacking that just adjusting the background color for dark mode is required. Something like #1A1D21 would be ideal, but #2F2F2F would be the brightest I would suggest.
Being able to adjust other colors would be great, but at the very least we need to make that background darker.
1 vote -
Use proxy settings for IntelliShell
If the database connection has a proxy setup IntelliShell does not use the same proxy and therefore fails to connect.
3 votes -
la nouvelle version de l'editeur des agrégation depuis la version 2020.2 ne me convient toujours pas
Cela fait quels quelques mois que je pratique cette nouvelle version, et je ne la trouve toujours pas pratique.
J'ai des agrégations de plus en plus complexes, et ne pas pouvoir consulter les résultats d'étapes antérieurs en éditant une nouvelle complique le travail.
S'il vous plaît, donnez la possibilité d'utiliser l'ancienne version de l'éditeur dans les préférences de l'application.
Pour l'instant je conserve la version 2020.1 sur un autre poste, mais je crains le moment où les script ne seront plus compatible entre le anciennes et nouvelles versions de studio 3T.1 vote -
SQL - Mongo Migration Task export
Having a migration task mapping in a computer with studio 3T is great until the owner leaves on vacation or the computer fails. When critical company's commitments rely on that migration task mapping then it must be possible to export and import it into a different studio 3T license.
2 votes -
Option to switch to smaller icons
The new icons in 2020.06. are HUGE!
The JSON view with the data now starts at the middle of the screen. Please allow an option to use smaller icons.
1 vote -
Enable an option to preview the results before executing updates/deletes that affect more than one document.
when using "All documents matching query criteria" update:
in preferences provide an option to preview how that will affect the document and how many documents will be affected plus a "cancel" to back out.Thx for a great product BTW.
1 vote -
Mac OS Big Sur Support
Support MacOS 11
2 votes -
Using SQL reserved keywords in MongoDB SQL
Suppose I have a collection named 'group'. Currently, I am unable to execute a SQL query on this collection as this is a reserved keyword in SQL and, though, manipulations like using ['group'] in SQL query don't throw any error, no result is fetched either
1 voteHi, we’ve created a ticket for this.
Meanwhile, we can help you to continue your work.
for that particular case, the following sql query should work:select *
from [group]; -
Export file naming convention
On export of an aggregation pipeline the filename of a csv for example is the filename of the last exported document. this makes sense if its the same aggregation pipeline or the same export.
When i change the pipeline it would be great to automatically (at least when the pipleine is saved as js file) to take this filename and append it with csv.
It happened to me multiple times that i export and overwrite the file that i previously exported.
also another mechanism to prevent this might help (blank filename instead of the last used one).1 vote -
Ability to auto correct the sql queries - human errors
to save time in figuring out human erros, typos, please auto correct the queries before executing.
1 vote -
Ability to maintain a query templates for most frequently executed
Provide me a feature to add most frequently used queries to be stored in memory so that whenever I need to pull out that query from memory, I will use shortcut keys to retrieve quickly.
This will avoid copy pasting from external sources in to studio3t editor.2 votes -
Ability to extract data in XLS format
Please provide a feature to extract data in XLS format directly.
This will save lot of time to convert CSV file to XLS manaully.1 vote
- Don't see your idea?