Compass
441 results found
-
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 -
Evalute numbers as 64bit instead of 53bit of JavaScript
Compass seems to evalute everything with JS, so if you enter {um:-2583493467308876869} it will treat the number as -2583493467308877000 and of course won't find what I'm looking for.
So the fix is to use {um:NumberLong('-2583493467308876869')}, which is a bit painful to type, and even if I do that, the Query History still saves {um: -2583493467308877000}, so basically it's broken ...
1 vote -
Unproductiveness is getting worse and worse
Though we a conversation regarding annoying "what's new" messages, the situation is really getting worse. Even so bad, I am considering paying for a 3rd party tool. But my in vest on your product is taking my time to give this feedback, in order to improve your product.
The latest message that is keeping me away from beeing productive is this message coming up when entering a value for "skip" at the query options field.=> "Use natural language to generate queries and pipelines
Atlas users can now quickly create queries and aggregations with MongoDB's intelligent AI-powered feature, available today in…1 vote -
Advanced JSON Format options need to persist.
Advanced JSON Format options need to persist, please make it a entry under settings.
It is realy anoying to deal with the setting EVERY time you export data.
In my case I use only Long dates (Unix) and I will prefer to have Relaxed always, that is FAR from the cutoff point to lose resolution on that number1 vote -
Export arrays of objects in a single CSV cell
Currently, exported arrays of objects are split into individual CSV cells. There should be an option to export these arrays as a single cell in the CSV file.
0 votes -
Ability to increase text size in Documents (only)
Please add ability to increase text size in Documents independent from whole interface.
2 votes -
Atlas UI Custom RBAC
Our organization leverages Okta for SAML/SSO authentication, and have terraformed our role mappings to the MongoDB Atlas provided Org and Project roles. There is currently a feature to create custom DB roles, however, custom RBAC for the Atlas UI is not available. This would be greatly beneficial for meeting separation of duties requirements and granting least privileged access for our user community. Is this a feature that the Mongo Atlas team is pursuing?
1 vote -
Date Tags for Easier Querying of Date Fields
I propose adding a feature called "Date Tags" to MongoDB Compass, which would allow users to query date fields more easily. Date Tags would serve as shorthand for commonly used date queries, enhancing user efficiency and readability.
Example Use-Case:
Consider the task of finding all documents where the createdAt field was set to "yesterday". Normally, the query would look something like:{ "createdAt": { "$gte": ISODate("2023-10-17T00:00:00"), "$lt": ISODate("2023-10-18T00:00:00") } }
With Date Tags, this could be simplified to:
{ "createdAt": #yesterday }
Proposed Date Tags:
#today
#yesterday
#lastNDays
#lastNHours
#lastNMinutes
#others
Each tag would automatically be translated to the corresponding…
10 votes -
viem shard key
If you are in clustered mode, can view information about the collection's slice keys
1 vote -
New Generate Query button blocks query box
The new "Generate Query" button takes up unnecessary space from the query box itself. Attached a screenshot
1 vote -
Edit field while projecting
When projecting certain fields of a document, the UI does not allow the user to edit the document. This is a bit counter-intuitive as editing documents that have a large amount of fields is way harder than only showing the fields (via projection) that need to be edited.
5 votes -
sticky buttons
Make buttons to edit/copy/clone/delete (top of record) and cancel/update (bottom of the record) "sticky" as they stay on viewport of current record (something like a sidebar ?).
When there is a lot of nested data, it could be hard to retrieve the buttons.
5 votes -
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 -
Compass: saved connections search field
I'd like to have a text field to search for a specific connection in all my saved connections.
1 vote -
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 -
Default connection selection on startup screen.
Currently there is no default connection setting, when I start the program I am greeted with the new connection dialog. I do not find this very useful especially with a stable environment, how often do you use new connection against saved ones.
1 vote -
Search should support <database_name>.<collection_name> pattern
Search should support <database_name>.<collection_name> pattern
1 vote -
Prompt for password
As a security conscious user, I do not want to store my password in Compass, and would prefer to have Compass prompt me for my password when it's blank in the connection manager. This way I can avoid multiple mouse clicks to drill into where I need to enter the password, or sometimes I forget that I need to do that because every other DB tool I've used will prompt.
1 vote -
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 -
Make it easier to switch between Performance Tab view and Collection Tabs view
Once you click on "Databases" you loose the Collection Tab view and the only way to get back to it is to click on a collection again, but unless you click on the same collection it will overwrite the last collection you were looking at.
Maybe add a new menu tab that returns you to the Collections view, with your saved collection tabs.2 votes
- Don't see your idea?