Share your ideas with us
712 results found
-
Aggregation Suggestion
Hello,
I want to suggest some useful (for me) features.
I'm using aggregation heavily and I've some aggregation's pipeline with more than 20/30 stages.
It will be very useful in the pipeline summary to have a checkbox to enable and disable stages or to select multiple stages for deletion.
In the save pipeline button, after the first save, if accidentally you press the save button instead the down arrow for save as, the previously snipped is overwritten without an alert.
Thank you for your attention and for the great work on Studio3T.
Best regards
Enrico0 votes -
Export/Import bookmarks
Enable exporting and importing bookmarks so that they can be shared across teams.
2 votes -
Enhance bookmarks feature
Enable showing the bookmarks like in the chrome browser so that it's always accessible and displayed.
1 vote -
Allow periods (.) in keys
MongoDB allows periods in document keys since v3.6 but Studio 3T throws and error if I try to do this. Please fix
1 vote -
Allow periods (.) in keys
MongoDB allows periods in document keys since v3.6 but Studio 3T throws and error if I try to do this. Please fix
0 votes -
merge mode for collection during csv import
merge mode for existing collection from two different csv during csv or json import.
1 vote -
Support Array.prototype.flatMap() in IntelliShell
Upgrade the level of JS support in IntelliShell to support current/modern JS functions (such as flatMap() and others).
2 votes -
Client Side Encryption within Studio 3T
I would love to have "Client Side Encryption" in Studio 3T so that I can work with my DBs/Collections data with access to my real data even if they have been "written" from another client like pymongo as an example. Non-authorized people will only be able to work with my DBs/Collection viewing only encrypted data, not real ones, within Studio 3T.
2 votes -
Option to show Guid as string in Json view
I would like the option to show the JSON view as valid JSON so that I can copy it easily into other programs.
For example I would like guid's and ISODate to be shown as strings. Currently nothing will recognise it as valid JSON due to these things.
1 vote -
Add aggregation stage templates
Add the ability to change the default text of each aggregation stage (and reset to the built-in one).
I would like to be able to, for example, change the default $lookup text so that the string values don't contain spaces (e.g. localField: "fieldfromtheinputdocuments" instead of localField: "<field from the input documents>") so that I can double click to select the entire content of the string, instead of having to delete by hand.
I think that creating templates, instead of just changing the $lookup default, might be a more powerful option.
2 votes -
Specify a shard key for UI editing
It would be great if there was a way in the UI to specify a required field for updates other than the _id so that it would be possible to update on a sharded DB without using the shell. Specific use case here is Azure CosmosDB which requires a partition key on all collections and that key has to be part of the find clause for updates.
1 vote -
I wish I could increase the font in the top of the query panel.
It's way too small and I basically struggle every day to see the small font. colon vs semicolon is just hard to see.
3 votes -
auto hide all tabs
It would be helpful if you could provide a auto hide feature like the way we have in sql server and and command to show or hide results window below
1 vote -
A web bug reporter/tracker.
A web bug tracker for reporting and following bugs/problems similar to Mongo Jira would be very useful.
I send bugs to support, then I have to continually ping support for a status. A bug I recently reported has gone through two update cycles without being addressed, so I have to hit on support for updates.
1 vote -
Migrate Empty table structure to mongodb
Migrate Empty table structure to MongoDB:
I have a table without data On the SQL server.
I am doing SQL to MongoDB migration using SQL to MongoDB Migration.
But the tables without data is not creating collections in MongoDB.Please assist in how to migrate those types of tables.
1 vote -
Allow the same two collections to be used multiple times in a Compare/Sync task
I have two compare different sets of documents in the same collections based on different match and filtering criteria. Currently I cannot add the same collection pair multiple times to Compare Sync and apply differetn criteria to each.
1 vote -
Automatic threading of _id to collection
In locally stored collection metadata, a field could be configured to be interpreted as an _id of a document in another collection. That way, when a field with such metadata was selected, the resulting pulldown could contain a 'Jump' entry. Selecting jump would open the target collection in a new tab and find that element. It would make referenced documents much quicker to access.
1 vote -
Allow to choose the Protobuf Deserialization
When data is serialized using Protobuf, then Studio 3T may not be useful to get the values which will be in Binary format. If Protobuf serialization is supported, then it would be great to have one tool supporting multiple serialization techiniques.
1 vote -
why should I use delete and shift delete to remove document and element??
Why not just press delete? how should I know?
1 vote -
Print statements are shown only when the whole script is complete
For long running scripts it would be very useful to show print statements during the execution of the script.
Currently, the're shown only when script runs to completion.
Or, maybe, add an ability to report textual progress on the progress bar2 votes
- Don't see your idea?