Share your ideas with us
309 results found
-
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.
-
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
-
Support larger collections
Collections max out at 1000 lines. Support for more entries (even 5000) would be nice.
At the same time, collections with many fields (say, 30 fields) are slow to load and scroll horizontally through in table view. Just to page over when displaying 1000 lines with 30 fields takes a second or two.
To address both problems, reducing rendering time is probably needed.
28 votesDelivered Large Table (View)
-
Allow tab reordering
Allow tabs to be dragged and reordered.
28 votesThis was implemented in MongoChef 3.4.0
-
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.
-
MongoChef: Remember last choice of options for "Follow reference" feature.
Store by the database + field path pair. Currently is is remembered only until you close the tab.
5 votesThis was implemented in 2023.9.0
-
add way to load `.mongorc.js` perhaps per connection
This is specifically for adding things like:
16 votesAdded in Studio 3T 5.2
-
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.
-
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.
-
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
-
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
Click on cog wheel and choose
“JSON: Simple Format” -
6 votes
-
10 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”
-
fix bug of mongo shell authenticating against test database
I can login and use the gui (there's a field where I can specify the authentication db) but the shell tries to authenticate against test and fails, even when the authentication db is set to admin.
1 vote -
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 -
5 votes
Implemented in 3.3.0
-
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
-
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/
- Don't see your idea?