Compass
413 results found
-
add refresh button in the collection tab
when you click on a collection it open a tab right ? what if you want to refresh it
let's say you are in development stage and you want to see what's being stored and all
my idea is to add hot key like CTRL R or a refresh button it will be very usefull3 votes -
saved queries with date difference
When saving a query that was performed wit ha relative time
( e.g.,
{$gt:new Date(Date.now() - 246060 * 1000)}}
)
Save it (to history and to favorites) with the relative expression. Currently, the expression is first calculated to an actual date and only than is it saved (so the queries are saved with actual date and are less useful)3 votes -
Missing charts features
The charts inside mongodb are quiet nice but lacks some basic features to be able to setup a environment to create, test and deploy charts from tests to production. Also it is not possible to proper support localization.
It is not possible to develop charts to allow proper development, testing and deploy.
Those features are a must to really work in a proper way:Import/Export:
Severity: HIGH
- The current export does not include the charts view. It should contain the charts view (including its aggregation pipeline)
- Import should then allow create/override the charts view
Localization:
Severity: HIGH
- Allow define locales…
3 votes -
Export data from a query should limit fields based on Projection
When exporting data from a query in MongoDB Compass, only check the fields that are in the Projection section. Don't default to all the fields when exporting.
3 votes -
Need "Inactive" sessions "Terminated" connected via Compass to MongoDB
Need "Inactive" sessions "Terminated" which have been connected via Compass to MongoDB and idle for more than x minutes. This feature is not full available. As per MongoDB support maxIdleTimeMS -- "Compass supports that option but please note that this won't close the session, will only collect idle connections in the pool and wouldn't really be noticed on the user end.
For you to be aware, this request was already discussed internally as a missing option so it would be good if you can provide some additional feedback in our official website for our Product managers to consider."3 votes -
aggregation pipeline verification before deleting
When opening a saved pipeline - the "open" button is adjacent to the bin (cancel) button and clicking on the bin deletes the pipeline without a chance to regret.
3 votes -
Store aggregation pipeline export language
Each time you start a new aggregation, the export language is always "Python 3"., so if you're using different language, you have to set the wanted language each and every time you change the active collection or open a new tab...
The default selected language could be:
- the last used language (easier but still efficient)
- the last used language for this connection
- the last used language for this collection
- a language configured as "preferred language" when adding a connection as favorite
- a language configured as "preferred language" at the app level...3 votes -
CTRL+F in results
Implement a CTRF+F function to allow "text search" in results page (like in a Browser)
example : In a collection, I use "Filter" field to search document and compass returns 15 documents. I hit CTRL+F and I can search a field name or a value and navigate between.
3 votes -
Provide an UI option to limit Compass to a single database connection by setting the maxPoolSize to 1 in the driver
There are some authentication setups in the field that require customers to approve every attempt to use their external credentials (such as LDAP passwords) via manual interaction with an MFA vendor's app (a good example would be Okta Verify).
When the driver has a connection pool greater than 1 (the current default is 10), it may spawn additional connections to the database without letting the customer know. This may result in authentication failures for the various commands - if the customer misses the MFA prompt on their device.
The current solution is to set the maxPoolSize=1 option in the connection…
3 votes -
Remember its zoom size on startup
Everytime we open compass it starts with default zoom size 100%.
Is really annoing to have to adjust zoom using crtl + +/- everytime we open it.
3 votes -
Edit facet stages
Right now, if we add a facet stage into the aggregation pipeline, we have to write the rest of the aggregation query manually. Users should be able to edit the sub-pipelines within a facet stage.
3 votes -
Export Files from GridFS
A nice reature would be to be able to export stored binary files in GridFS via the Atlas UI. It will allow the users to click an export button on the fs.files collection and would stream out the file using gridfs in the drivers.
3 votes -
Aggregation Error Verbosity
It would be a real boon to have the aggregation pipeline builder report errors with any degree of verbosity. Right now it just says "unknown error ocurred", and I have to move my pipeline down to the shell to get a real error message.
3 votes -
Support SSH tunnel to Atlas with AWS Private Endpoint
Compass cannot connect via ssh tunnel with SRV connection string when the MongoDB server is behind Private Endpoint.
looks like Private Endpoint appear 3 different ports for each replica.
3 votes -
SSL - Allow access to Trusted Root Certification Authorities in Windows
Allow Compass to access the Trusted Root Certification Authorities Certificate Store in Windows to be able to connect via SSL with a system-wide root CA file (without explicitly specifying the CA file).
3 votes -
3 votes
-
Enable copy document button if user has project data access read only in Compass
Users who have only Project Data Access Read Only don't get access to the "Copy Document" button which allows them to paste this information in another tool. If they need to copy a document, then administrator has to grant them "Project Data Access Read Write" which creates an unnecessary security risk or potential for accidental updates. The "Copy Document" button should be allowed for "Project Data Access Read Only".
3 votes -
Add a "expand all" button in front a of a document
The idea is to be able to see a document completely with a single click. When a document has a lot of arrays and object it's very long to drill down to find correct data.
3 votes -
Set Max Time with Global Preferences
One of our customer want to set Max Time on Compass global preferences.
It would be a good idea to set the default Max Time in the global preferences so that you can use the same Max Time for all tasks.
3 votes -
3 votes
- Don't see your idea?