Skip to content

Share your ideas with us

309 results found

  1. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
  2. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  4. Apple Silicon Support

    Provide build able to run natively on macOS ARM/M1 (native JDK).

    19 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  5. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  6. MongoChef: Insert multiple documents

    Ability to add multiple JSON documents

    18 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  3 comments  ·  Admin →
  7. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  8. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  4 comments  ·  Admin →
  9. 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 ObjectId

    example: 5485eb19864fae080a02abb7 and not

    "_id" : ObjectId("5485eb19864fae080a02abb7")

    17 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  10. Fix your ugly-ass icon!

    ugliest app icon I've ever seen. I hate keeping it in my dock.

    16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  2 comments  ·  Admin →
  11. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  12. 16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  13. 16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  14. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  15. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  16. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  17. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  2 comments  ·  Admin →
  18. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  19. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  20. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base