Share your ideas with us
309 results found
-
Add export for aggregate queries
The new aggregate query support is excellent but I was very disappointed that we cannot export the result (particularly to csv but support for all the formats available for standard queries would be great).
22 votesimplemented in 3.2.0
-
snippets - easy way to save and re-run queries, shell commands and shell scripts.
there should be a good way to save off common tasks and replay them.
22 votesImplemented inside IntelliShell
-
Enable coloring databases on the list
When working on dev/prod databases at the same time you can mistakenly delete or modify something on prod instead of dev.
If I could mark production ones in red and others in green it would help me prevent it. Thanks!21 votesThis was implemented in MongoChef 3.4.0
-
Apple Silicon Support
Provide build able to run natively on macOS ARM/M1 (native JDK).
19 votesHi all, download Studio 3T 2022.2 to avail of native Silicon support
-
Copy/Paste to Excel
We are frequently exporting data to Excel for a more easy use by non technical people (charts, pivot). It would be great to be able to copy the table view and paste it directly to Excel.
19 votesHi Luc, hi all – we’ve just added this functionality in Studio 3T 2021.2 (https://studio3t.com/whats-new/release-2021-2/).
Now you can copy/paste to Excel, with or without headers: https://studio3t.com/knowledge-base/articles/export-query-results-mongodb-to-csv-excel/
-
MongoChef: Insert multiple documents
Ability to add multiple JSON documents
18 votes -
Save entire session
It will be a grate feature to save whole MongoChef session somewhere and be able to restore it later. At least opened connections and collections tabs with their queries.
I'm using MongoChef extensively to monitor logs from dozen of collections with individual queries for each and it is a bit tedious to open all of them and select correct query from bookmarks every day.
17 votes2019.7.0
-
Backup restore of database and collections with context menu support
I would like to be able to backup/restore mongo databases and collections using context menu. For restore, it should prompt me to select a file or directory. If I point to a dump directory, restore the database using mongorestore. If a point to a file, restore the collection.
For backup, I would like to be able to right click the database or collection and have the option to select the dump destination.
17 votes -
In Table View, be able to copy to clipboard the _id of the object as a string
In Table View, be able to copy to clipboard the _id of the object as a string
and not as a ObjectIdexample: 5485eb19864fae080a02abb7 and not
"_id" : ObjectId("5485eb19864fae080a02abb7")
17 votes“Copy Value” will now do just that
-
Fix your ugly-ass icon!
ugliest app icon I've ever seen. I hate keeping it in my dock.
16 votes -
Wordwrap JSON please
Editing a long string of text inside a JSON object is hard since the text doesn't wrap and is in one line. Version 2.0.4 Windows
16 votesWe’ve added automatic word wrapping in the “Add document”, “Edit document”, and “View document” dialogs in Studio 3T 2021.2 (https://studio3t.com/whats-new/release-2021-2/).
-
16 votes
-
add way to load `.mongorc.js` perhaps per connection
This is specifically for adding things like:
16 votesAdded in Studio 3T 5.2
-
Need an easy way to build update queries
Update queries are so hard to build, an easy way to build update queries via GUI would be beneficial.
16 votesThis is now integrated into the Collection View and update queries are pre-populated based on your current selection.
-
Allow you to choose from a list of existing keys for Query, Projection, and Sort in QueryBuilder
When you use a key (or set of keys) in the projection section of querybuilder you have no ability to choose any additional keys to use for the Query, Projectection, or Sort sections. You have to either remember the column name and type it in directly or open a new view of the same collection to get the name.
What would be awesome is if in the area "Drag field here or double-click to add field" you could get a drop-down list of keys to choose from. Or open up a pop-up list of fields like you get when you…
15 votes -
Copy DB to also create indexes
When copying a db also create it's indexes on the newly created db.
Or prompt on copy whether or not it should also create the indexes.
15 votesImplemented in 3.3.0
-
Copying collections to a remote destination server is slow
When pasting a collection to a remote destination server, it is slow! When pasting a collection to a server that is local it is fast.
Attempting to copy a collection with just 60k entries using a total of maybe 40MB can take a good 30 minutes if the destination is over the internet. However, that same copy command will be under 1 minute if the destination server is local.
This is not a case of slow internet, as other copying methods work in under 1 minute.
My primary suspicion is bulk inserts could be utilized to speed up the insert…
14 votes -
Restore last working state
It would be cool if I could tick and option that remember the last working state, so when I restarted MongoChef all of my databases and tables got restored to last working view
14 votes -
Export full databases not only collections
I often need to export and import full databases, and now I have to do it with iteration through collections.
14 votesImplemented in MongoChef 3.0
-
Add a JSON formatter to the JSON editor.
To properly format JSON into a human readable format (Multi-line with proper indentation), we are forced to copy the JSON into another tool for formatting and paste back in 3T studio. This applies to Multi-line Query Editor and Aggregation Steps.
13 votesIntroduced Format Code on the IntelliShell
- Don't see your idea?