Compass
501 results found
-
2 votes
-
Let us connect to a database instance without specifying the port
Our team runs Mongo in Docker containers. And since we run many Docker containers, which means multiple MongoDB instances on a single machine, we assign random ports to each instance.
Then we put an Nginx reverse proxy in front of each instance. We provide certificates in the Nginx layer through Let's Encrypt and offer subdomains for each instance. So, for example:
https://db.basket.com = port 36150
https://db.cards.info = port 42755
https://db.some-long-domain.tld = port 55490And so on.
There are two problems here:
1- Those ports are assigned dynamically on any container reload/restart, thus they are truly ephemeral and we can't memorize…
2 votes -
Additional Connection Colors
I believe the addition of more colors to the Connections would be really helpful, we currently have a limited amount of colors. Maybe a color picker or at least a wider variety of colors would be simple to implement yet really useful.
2 votes -
display Object value
Hi
My entities have an attributes property, which is an array of object.
When looking for a specific object in the array in Compass, it's sometimes hard to find it, having to expand each object one by one.Is it possible to display the object content directly in the object's parent row ?
e.g. displaying Object[name: "code", value: "10v30"]This would avoid having to expand each parent object to see its content.
Best regards
Mathias2 votes -
Every time open tab , replace tab & not opne new tab
Add New- In MongoDB Compass, every time I click on a collection, it opens in a new tab, even if the same collection is already open. It would be great to have an option to prevent duplicate tabs and reuse the existing one instead. This would improve the user experience and keep the workspace organized. Please consider adding this feature. Thank you!
2 votes -
Show timestamp in UTC when hovering on ObjectID
In the tooltip when hovering on objectId, please show date time in UTC or any date format. This will help users understand when this record inserted. Some teams not explicitly using dateTime of record, as _id (objectId ) is does what we expect. For those users, it will be useful.
2 votes -
Detach and Organize Tabs for Multi-Document/Collection View
Currently, MongoDB Compass does not support the ability to detach and organize tabs, limiting the ability to view multiple documents or collections simultaneously. It would be incredibly useful to have the ability to move tabs around and view multiple collections or documents side-by-side within the same instance of Compass.
As a workaround, users can open two instances of Compass, but this process is more clunky as it requires re-authenticating, reconnecting, and reopening tabs. Additionally, there’s no option to collapse the sidebar, and window resizing is limited, restricting the options for arranging multiple windows effectively.
We’d like to request a feature…
2 votes -
Ability to create folders to group connections in Compass
Ability to create folders to group connections in Compass
Compass users with many deployments need the ability to organize deployments into folders/groups. At the moment, on the left pane, connections are listed in alphabetical order. But if you have a large number of deployments and those deployments/connections are named all over the place, it becomes tedious to track. It would be nice if we can create a folder to group the deployments/connections.
2 votes -
2 votes
-
Save queries in folders
I would like to save my queries in folders such as postman, currently i work for many companies and all queries getting mixed up makes it difficult to take track of which query is from which company or database if though I can filter for database
2 votes -
2 votes
-
Refresh databases
Bring back the "Refresh databases" button shortcut next to create database
2 votes -
Option to change the font and font size in the MongoDB Shell
Option to change the font and font size independently (rather than zooming the whole Compass window) in the MongoDB Shell.
2 votes -
Tab to accept suggestion
I REALLY hate that as I insert my query and if I press Enter, the top suggestion that popped up is selected. It completely replaces the query I just built and 95% of the time, it's not the same query. You should require me to tab or arrow down to select the suggestion that is right for me, if I want to use the suggestion at all.
2 votes -
Refresh button on the database
Add a refresh button beside the + and >-
Maybe throw in a keyboard shortcut too like Ctrl + F5 or Ctrl + R2 votes -
Export to clipboard
When exporting query results, I would like an option to export to the clipboard in addition to the existing option to export to a file.
2 votes -
Copy many documents at once as JSON
I'd like to be able to copy many documents at once n a JSON format. Today, I need to export all output documents for my aggregation pipeline or my query, or I need to manually copy multiple documents one-at-a-time. Ideally, I could copy many documents at the same time to my clipboard without needing to export to a separate file.
2 votes -
Remember "Expand all fields" output option between pages
When viewing documents returned by the aggregation pipeline, selecting the Output option of "Expand all fields" works for the page you are currently viewing, but changing pages means you need to click "Expand all fields" again for each page.
It would be good if Compass remembered that "Expand all fields" was active, and kept this on for all pages in the results.
2 votes -
Native Windows arm64 support
Windows on arm64 is getting quite a lot of traction lately, with multiple vendors launching new Snapdragon-powered laptops. Would be cool to see MongoDB Compass runnning on these processors natively.
2 votes -
Export or save in the acount the saved aggregations.
Just a simple way to save the aggregations.
2 votes
- Don't see your idea?