Compass
446 results found
-
Allow custom colors of favorites
It would be nice to choose a custom color for my favorites. Or at least increase the color options (for example all of the colors on this palette https://flatuicolors.com/palette/defo)
1 vote -
Have option to make "Fill in connection fields individually" view the default upon start up
Currently, MongoDB Compass defaults to showing the "Paste connection string" view upon startup. The full connection string is shown, meaning that if you have any saved favorites, the username and password will be immediately visible upon the screen. This seems like a security risk, especially for use in public settings.
Additionally, if your saved favorite includes SSH tunneling settings, these settings will not be applied if you try to connect to the database from the "Paste connection string" view, leading to connection failure. You must switch to the "Fill in connection fields individually" view before hitting Connect for the SSH…
12 votes -
SQL to Aggregation framework converter
The intent would be to run SQL queries directly on MongoDB Compass or convert them to aggregations
5 votes -
I need to scan and page through query results quickly, display more documents
The current document display paging for query results is not sufficient when large numbers of documents match the query filter.
- Add "First" and "Last" buttons to the "Displaying documents" paging controls.
- Make the number of documents displayed per page configurable (20 is insufficient)27 votesIn Compass v1.43.6, we released a feature that allows users to increase the number of documents displayed up to 100 documents. I previously marked this feedback item as "Completed," but I will mark it only as "Started" now given that we haven't released the 2nd improvement mentioned in the description yet:
- Add "First" and "Last" buttons to the "Displaying documents" paging controls.
If there are other related improvements that you would like to see, please don't hesitate to reach out!
-
In aggregation view, add the possibility to add a stage Before or After
In aggregation view, add the possibility to add a stage Before or After.
MongoDB Compass + Atlas
7 votes -
I want to use Favorites without storing passwords
For the Compass saved "Favorites", is it possible to save the Fav specifically without the LDAP Password and the without the Client Key Password? Instead leave them blank as a favorite, so I can then enter them each time logging in?
The reason is if the MongoDb has PHI data, and if I lost my computer, a hacker could not just click to open and gain immediate access. Thank you.
26 votes -
As a developer using extended JSON strict mode queries, I need Compass to also support queries in strict mode
Compass should support extended JSON strict mode queries in queries on the Documents, Schema and Explain Plan tabs.
As an example, the error message in Compass 1.14.7 for an "$oid" query is:
unknown operator: $oid
4 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 -
Share aggregation pipelines across clusters/namespaces and with other people
Aggregations can be saved in Compass but they are only accessible in the Aggregation Builder for the specific cluster and namespace. It would be good to be able to reuse pipelines across different clusters and namespaces (e.g. I build it against my staging database but then I want to also test it in prod).
It would also be great to have a way to share a library of pipelines with the rest of the team. In the ideal scenario, pipelines would be versioned and multiple people would be able to contribute to a shared library of pipelines.
24 votesWith the new My Queries screen we introduced in Compass 1.31 it's possible to see and search for all queries and aggregations in one place and if the namespace they were originally built against is not available in the current cluster, it's possible to apply them to a different namespace.
Sharing with other people is not possible yet but from the My Queries screen it's possible to copy a pipeline in one click.
-
Allow use of keyboard to select a data type
When adding a value, I cannot use my keyboard to switch between data types (like a typical dropdown).
Example, if I use TAB, it should highlight the dropdown, then I can hit "T" which would automatically select timestamp.
This is the normal function of dropdowns in the web - since this is an Electron app, it shouldn't be too difficult to implement.
2 votes -
Historical log of slow operations
Compass's "slowest operations" feature in the performance tab has been very helpful for debugging collection scans due to missing indexes.
The only problem is that I have to sit there and watch it to try and "catch" the slow operations with a click before they disappear. I'm running many databases on this server, and the server is talked to by many web servers running various apps and tools, and my debugging process usually starts with noticing spikes in the Operation Execution Time (from the free monitoring page).
There are obviously other ways to log slow operations, but I've found Compass…
2 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 -
Add ability to setup delimiter for csv export
Please add ability to setup delimiter for csv export. For example if values of fields are text, than they could contain comma ( and semicollon) and csv file is off. There needs to be options such as comma, semicollon, tab ...
11 votes -
Configurable sample size in schema analyzer
Sometimes larger or smaller sampling sizes (default is 1000) are desired since queries are taking too long or the sample size is not statistically useful.
Could be a part of progressive loading/sampling.
19 votes -
Visual rule builder for schema validation
In Compass, it is possible to create validation rules to enforce a schema. It would be good to be able to generate these rules with a simple, visual editor, instead of having to know the MQL or JSON Schema syntax for the validation rules.
5 votes -
Improve Index utilization information for unprivileged users
If a user is not privileged to call $indexStats, Compass is showing a 0 as value for index usages, which is misleading. Instead it would better to indicate that the indexStats could not be fetched.
1 vote -
3 votes
-
Kill switch for Aggregation Pipeline queries
This would be useful for working with big collections(10 mil+).
When i define aggregation pipeline in Compass, and increase timeout to some high value(because it's big collection so the pipeline can easily run for minutes and let it run, and than while it's running i change some of the stages to something else - due to that intentionally big timeout, i have to now wait before the first query ends, and then try to run the new one.
A kill switch, either manual or automatic on stage change would help with this
2 votes -
Display GeoJSON types other than points in Schema Map view
I have a data set which contains both GeoJSON polygons and GeoJSON LinesStrings. It would be really useful to be able to see these rendered in the map view in the Schema tab.
16 votes -
Cast _id: number to string
Every time I type { _id: 12345 } in the Filter, I get zero results, until I realize that I forgot the quotes. Could Compass automatically convert numeric _id values to strings before running the query?
1 vote
- Don't see your idea?