Compass
445 results found
-
mongosh
Ability to set mongosh config properties in Compass
2 votes -
Always select focused collection in sidebar navigation (Compass)
In the UI of the Compass interface, users navigate through databases and collections primarily via the sidebar. However, there's an aspect of user experience that can be enhanced. Specifically, I am proposing a feature where the sidebar navigation dynamically reflects and highlights the database or collection that is currently in focus in the main tab area.
This means, that when a user selects and works on a particular database or collection, that specific item should automatically become highlighted or marked in the sidebar.
1 vote -
Auto-expand single/specified database
Upon connecting to a server, I would like Compass to auto-expand the database in the sidebar if:
- the database name is in the connection string
- and/or if there is a single database on the server (that is accessible to the user)It would save a click :)
1 vote -
Support for linux/aarch64
Asahi linux has been gaining some traction. Its a linux distribution based on the ARM architecture, specifically Apple Silicon. Since we already create a binary for Aarch64 for MacOS, would it be possible to make a release for aarch64 for linux as well!?
2 votes -
Add Ai to stage wizard
currently stage wizard has built in suggestions, maybe if it becomes integrated with AI would become much more amazing
3 votes -
Changestream support!
On each collection, right next to the aggregation tab (or inside aggregation tab), just add a tab for changestream! And similar to the aggregation tab, where u can see all the previews for each aggregation step, users should be able to do same based on the oplogs.
2 votes -
Array Function
Just like Javascript array functions such as filter, map having some option in drag and drop wizard with match and project stage will be more useful.
1 vote -
Please bring back the previous dark theme (before 1.38.0)
I updated Compass to 1.38.0 (stable) on Windows. The new dark theme is too high contrast for me and I would like to switch back to the previous dark theme. Unfortunately the themes available in this version are "Light Theme" and "Dark Theme (preview)". At this point I would rather use the Light Theme than use this modern dark theme. Please bring back the previous dark theme in addition to the modern dark theme, or give us a way to customize the theme. Thank you.
6 votes -
Ability to increase text size in Documents (only)
Please add ability to increase text size in Documents independent from whole interface.
2 votes -
Safe active tabs
It would be a usefull feature to bookmark open tabs and have the abbillity to open it again in another session.
3 votes -
Linux ARM 64 builds (Apple M1)
The linux support of the apple M1 and following chips is getting better in a fast pace. Would be great if mongodb compass could be used on such a device / operating system combo.
4 votes -
Pretty print queries
An optional button, while querying a collection, that prettifies and formats the queries.
1 vote -
index creation progress percentage
Please expose the progress percentage when an index is being created on the compass UI, this should be very very simple since it's already in the
op
objectmsg
field. Just an "In progress..." is simply lazy development.1 vote -
Opening multiple collections tabs
Opening multiple collections used to be possible but with the new update I can only have one tab per collection open at a time. This makes filtering data very frustrating when I can't compare against other searches that I've done within a collection.
1 vote -
A few UX improvements for modifying documents
If you work on a document it would be good to have the <ESC>-key to decline all changes and stop edit mode.
If you work on a document it would be good to have <CTRL>+<ENTER>-keys or <CMD>+<ENTER>-keys to save the document.
While scrolling through the results it would be good to have the buttons to edit, delete, etc. as a sticky row so you don't have to scroll back to the top of a document if you want to edit it.
1 vote -
viem shard key
If you are in clustered mode, can view information about the collection's slice keys
1 vote -
Define Port for ssh tunneling
If it would be possible to define the local routed port, some things like mongodump and mongorestore could be easily used outside of mongodb compass.
1 vote -
Font size and light themes for the mongo shell
Rather than zooming the whole compass window,chage size of font as per preference and add light theme to mongosh(Mongo Shell)
4 votes -
implicit cast based on validation schema
When importing json data containing an ambiguous type (e.g. 0, which can be a double or int32) with a collection that has a validation schema1 set for a specific type (e.g. double), the server should reference the schema to resolve the type to implicitly cast the value to upon inserting the document. Otherwise, one can have a document fail validation because (in this example) the 0 was cast to an int32 instead of a double.
Thanks
1 vote -
Clarify release flavours
On Github there are multiple versions of the .deb package, e.g. -readonly or -isolated
Please clarify in the Readme.md in the mongodb-js/compass Github repository what these are and which one should be used in which scenario.
2 votes
- Don't see your idea?