Share your ideas with us
309 results found
-
Task monitor - add option to filter active tasks
Task monitor - add optional filters:
- active tasks - check box or {active: true}
- {secs_running>...}3 votes -
Ability to sort GridFS files by clicking column
You can click columns to sort by that column in table view for collections, but the same functionality should exist for files in the GridFS file system.
2 votesWe have implemented this in MongoChef 3.0.3
-
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
-
Show execution times of queries
This is useful for long running queries, if you step away or didn't noticed when it completed it's hard to know how long it took to execute
1 vote -
Provide more options for mongoexport
I currently need to export data from my mongo using mongoexport. I would really like to have some more options available for mongoexport via mongochef (like jsonArray).
1 vote -
connecting Enterprise Edition of MongoDB using the SASL PLAIN authentication mechanism
Please implement this feature to enable the mongodb $external database connection. This will help for most who works on enterprise level.
1 vote -
Expand the result set limit (CSV Export)
I currently run queries and need to export the 20,000+ results to csv.
1 voteThank you for your feedback.
You can export entire results of your query to a CSV file. In the current release of MongoChef (2.0.1) the values of limit and skip are not being used to limit the number of exported documents. The entire result set will be exported.
You’ll be able to apply the skip and limit values in an upcoming version of MongoChef.
-
add GUI support for aggregation framework in MongoDB. Re-Arrange steps by drag&drop, syntax support for each aggreagation framework step.
It would be great to have GUI support for creating/editing aggregation framework queries in MongoDB.
Like create each step with syntax and completion support and have the option to re-arrange steps by drag&drop.10 votesMongoChef 3.0 comes with the brand-new aggregation builder. More polish/features will be added continuously.
-
Run script by F5 button
Sometimes very difficult to run entire script by Ctrl-Shift-Enter.
The best way to run and re-run script by F5 function button.5 votesThis was implemented in MongoChef 3.2.0
-
Allow more flexible modes of entering queries, projection fields and sort fields
Allow the user to enter these items without contstructing a valid Javascript object.
Construct query/field/sort objects like this:
- query: 'field1:value1, field2:value2' --> '{field1:value1, field2:value2}'
- query: '55080eeca7c8ee06d61b51b2' --> '{_id:ObjectId('55080eeca7c8ee06d61b51b2')}
- fields: 'field1 field2 -field3' --> {field1:1, field2:1, field3:0}
- sort: 'field1 field2 -field3' --> {field1:1, field2:1, field3:-1}9 votesIntroduced Visual Query Builder
-
2 votes
MongoChef 2.0.1 supports arbitrary MongoDB queries and displays the results in the editable tree/table view. Please use the “IntelliShell” feature to run your ‘distinct’ queries.
-
have an easy way to get a javascript version of the query generated by Query Builder
so I can copy the complex query I've built through the GUI into a script in a different program than MongoChef
25 votesImplemented in 3.2.4
-
Data compare
When I run a comparison between two different collections, I notice that 3T tool uses ObjectID as a primary key to compare JSON data. ObjectID is a unique ID generated and controlled by MongoDB and it will always differ for collections, so I am unable to extract results as desired. Is there a way I can specify to compare based on a User defined ID field which is unique for documents( We have ProductID which is unique for each doc)
Ability to compare two different collections by specifying User defined Unique ID field rather than depending on Object…
3 votesAs of Data Compare & Sync 2.0 you can now choose arbitrary match fields and compare fields.
-
10 votes
-
let the middle mouse button click close the tabs on the top like every other app!
That little button in the middle of the mouse. Click it. While on a tab. Amazesauce
10 votes -
Great app. Ugliest icon in the world, however.
Change the icon!
26 votesThank you for your feedback. We updated our icon to make it look cleaner and fresh. We hope you like it!
We also changed the name from “3T MongoChef” to “Studio 3T”. Find out more about the change of the name here: https://studio3t.com/blog/3t-mongochef-is-now-studio-3t/ -
5 votes
Implemented in 3.3.0
-
2 votes
Click on cog wheel and choose
“JSON: Simple Format” -
6 votes
-
In Table View, double click on ObjectID property should open new tab with document the ObjectID it points to.
As a user, I want to be able to drill down into related documents that are referenced as ObjectID properties on related documents.
It can be similar to how a user can double click on an array property and MongoChef opens up a new tab with the array contents across the documents. For ObjectIDs properties, MonogChef should open a new tab with the document of the ObjectID.
2 votesRight-click ObjectID field and choose “Follow Referencd”
- Don't see your idea?