Share your ideas with us
309 results found
-
problem with connection manager (ssh)
I have multiple ssh connections in connection manager (using SSH tunnel, different servers)
and when I try to use more than one at the same time, they all have the same list of collections as the first one I connected to.MongoChef version 1.9.3
2 votes -
import/export from mysql/postgresql
import/export from mysql/postgresql directly
10 votes -
Make the Document JSON Editor (CMD-J) remember its width and height
Make the Document JSON Editor (CMD-J) retains its width and height
If I maximize the window, the next time I open such a window I want it to be maximized .
4 votes -
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 -
Synchronisation at all levels
I work with mongoDB databases on more than one server and used the DCS tool a short while which is great. However, it would be a time saver and boost development and test efficiency if it would be possible to:
1) Synchronise all documents in a collection on two different servers.
2) Synchronise all collections in a database on two different servers.
3) Synchronise all databases between two different servers.
Database names, collection names, document id's should be identical after the synchronise operation.
Synchronisation could be directional A-> B or B->A or bidirectional A<->B.
Options to control deletion must be…
7 votesAs of DCS 2.0 you can now synchronize all documents between 2 collections, and multiple/all collections between 2 servers
-
Add "Truncate collection" alongside "Rename collection" and "Drop collection" when I right-click a collection name
Add "Truncate collection" alongside "Rename collection" and "Drop collection" when I right-click a collection name.
Truncate delete all Docs from the collection
1 voteThank you for your feedback! We added the “Clear collection” command to the popup menu in 3T MongoChef 1.9.1
-
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
-
SQL for mongo
something like slamengine integration would be a killer feature for all those that hate mongo query syntax like me.
7 votesThis has been introduced in 5.3.0
-
2 votes
Thank you for your feedback! We updated the behavior of the tree in the left pane in 3T MongoChef 1.9.1
-
CMD-R to refresh collection list (left pane)
when the focus is on this pane
3 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 -
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
-
Add an option to hide data type icon in cells in Table View
Add an option to hide data type icon in cells in Table View.
2 votes -
Allow export to CSV
When exporting a collection or query result, allow the data to be exported into a CSV
6 votesThank you for your feedback!
We added user management it the 1.9.3 release of 3T MongoChef -
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!
-
Enhanced auto-completion in MongoChef for the new integrated MongoDB shell
Add enhanced auto-completion in the new shell feature that in addition to suggesting collections, functions, etc., also suggests the field names in documents.
Like the sound of that? Please vote for it and add your comments below!
25 votesImplemented with IntelliShell
-
MongoChef: Support other id types in GridFS
In GridFS, I cannot open a file which has a String as _id field. MongoChef only supports ObjectId
1 voteThank you for your feedback. We updated GridFS support in 3T MongoChef 1.8.0
-
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.
-
MongoChef: Insert multiple documents
Ability to add multiple JSON documents
18 votes -
offer the choice to "overwrite existing documents with same id" when exporting to another collection
Or a checkbox to drop the target collection before importing into it?
Why? I would think the most common use-case for exporting into another collection is to create a copy of the source collection, not to merge the source documents into the target.6 votesThis has been released with MongoChef 2.1.0
- Don't see your idea?