Share your ideas with us
304 results found
-
Allow export/import using mongodump and mongorestore
Exporting 12k documents is ok with mongochef took only few seconds, but importing these documents takes ages (many minutes). Importing bson file took 11 seconds with mongorestore. Mongochef should implement something like that.
I tried copy documents to different collection on same host, but this one is slow too. Maybe this is problem of number for concurent writers? Deal with hundrends of thousands documents or even millions is impossible with mongochef.13 votes -
Code formatter on shell
Have an action to format/lint code on the shell and a keyboard shortcut to go with it, i.e on IntelliJ it's CMD+Alt+L.
13 votes -
Support better tabbing in Intellisense like standard IDEs
When writing JavaScript code in the Intellisense editor, it is difficult to refactor code because you cannot select and entire section of code and hit tab or alt-tab to shift the section of code in our out. If you have a a for loop that contains 10 lines of code, you have to go to each line and hit tab for each and very line.
12 votes -
Save Export Map
Need a way to save the selected fields during an export to CSV instead of recreating the structure over & over again for each export.
12 votesThe ability to save and load export jobs is now available in Studio 3T.
-
12 votes
Hi, this is available via right-click (undo and redo) for query bar, aggregation stage editor, IntelliShell editor, document editing and update dialogs.
-
Join multiple collection for data aggregation
It would really helpful for creating different aggregation on multiple collection connecting them through some "key" columns. Right now it is possible only to export the 2 CSV files and then in Excel join the data.
11 votes -
Command and data highlight
Such as "Robomongo" (the project seem suspended) commander and data explorer, That's very clear and graceful.
Thank you~
11 votes -
Improve organisation of connections in connection manager
We administrate multiple mongo instances that belong to different customers.
The connection manager should provide a better way to organize the connections.
Possible options:
* folders
* tags
** comma separated list in connection definition
** navigation by selecting 1-N tags from the distinct set of tags configured10 votesIntroduced Connection Groups
-
10 votes
We fixed this with 3.5.0
-
Allow previous queries to be edited in Query Builder
One suggestion: when pulling up a Query from the History, it would be nice to be able to populate the Query Builder with the query so that the query can be further refined using the Query Builder.
Maybe I am missing it, but this feature of editing a previous query in the Query Builder does not seem to be available.
10 votesThis is available as of 2021.5
-
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.
-
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 -
import/export from mysql/postgresql
import/export from mysql/postgresql directly
10 votes -
easier way to reverse sort the query
typing {_id:-1} into the sort box is painful and annoying. you need a single-click that will change the sort order of the query. also, you need a preferences setting that lets me specify that I want reverse sort by default.
10 votes -
Edit documents from the shell output in the GUI in MongoChef
We're thinking about adding a feature that would enable you to select documents in the shell output of the new integrated MongoDB shell in MongoChef, and be able to edit them in the 'documents view' UI (the table view, the tree view and/or the JSON view).
This way, you wouldn't have to bother with updates just to edit your results! You could edit them directly in-place.
Like the sound of that? Please vote for it and add your comments below!
10 votesThat’s an integral part of IntelliShell now!
-
Switch aggregation to different target (database, collection)
Creating an aggregation is really fun with MongoChef.
But if I want to see an aggregation result working on a different collection or on a different database, I have to open a new tab and start from scratch.
You already show database and collection on the top line.So how about making database and collection a dropdown choosable field?
9 votesAllow to change target collection in an Aggregation Screen
-
Full query text
Provide the whole query text in the query builder. Currently only query parts are available as text.
9 votes -
Support Map-Reduce
Support the execution of map-reduce queries, to ease their development.
e.g. display input boxes for query, map, reduce, finalize; and a result grid.
This feature exists in one of the old MongoDB windows client and we use it extensively9 votesImplemented in 3.3.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
- Don't see your idea?