Compass
460 results found
-
Schema analysis should recognize dictionaries
In a sub-document, the keys may be common across most documents in the collection, or they may contain a set of random values. For example, using hostnames as the keys in the "hosts" sub-document.
{ ... hosts: { server1a: { ... } server2a: { ... } server3a: { ... } } } { ... hosts: { server1b: { ... } server2b: { ... } server3b: { ... } } }
The schema analysis should recognize the above situation to avoid creating thousands of sub-fields in the schema.
4 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 -
Lock order or sort documents in Aggregation Pipeline Builder's preview area
When we create a pipeline, it'd help if we could check the same documents data in the different stages ( now their preview is from randomly selected documents AFAIK ), so it's inconvenient to inspect one specific documents preview phases through all the stages.
Possible solutions:
1) lock the first stage's documents' order and apply it to the following stages (if possible, eg. if the stage is $group, then we can not apply the rule to the next stage)
2) set a sorting ( if possible ) of documents. But only for the preview.1 vote -
Can we support the ability to create sharded collections in Compass?
I can do this in Data Explorer on cloud.mongodb.com but not in compass
2 votes -
2 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 -
Ability to export or move database between localhost and cloud
Exporting collections one by one, manually, is so much to do in 2020
8 votes -
Folders/groups for favorites
Compass users with many deployments need the ability to:
- reorder favorites, possibly based on usage patterns, as well as,
- organize favorites into folders.
These features will allow users to efficiently access important connection favorites, even when there are a large number of deployments present.
44 votes -
Allow a new connection (or "connect to") to occur from the Compass app icon in the doc
Something like this would make it easier to quickly create new connections
1 vote -
MongoSH search command
It could be very useful a command such as "Ctrl+R" in Ubuntu, where you can type some letters and find a command from the command history.
For instance, if I executed "use mydb", "mydb.mycollection.find()" and "use anotherdb", by typing "Ctrl+R" and "use m", there should be anything such as in the ubuntu's terminal that autocompletes the command "use mydb".
1 vote -
Make Compass easier to read or more Accessible
It would be nice for Compass to be easier to read for those with eyesight issues.
2 votes -
Um PWA ou App Android para Chrome OS _ A PWA or Android App for Chrome OS
Vejo que há versões para outros sistemas.
Acredito ser mais produtivo um PWA ou um App Android visando ser usado no Chromebook que assim seria um apk para o Chrome OS.
Isso ajudaria aos usuários do Chrome OS, a se organizar mais entre os processos de desenvolvimento em meu ponto de vista.
I see that there are versions for other systems.
I believe that a PWA or an Android App is more productive to be used on the Chromebook, which would be an apk for Chrome OS.
This would help Chrome OS users to organize themselves more between development processes…2 votes -
Support Citrix as a Compass platform
Support Citrix as a new Compass platform
4 votes -
auto show more fields
I frequently have documents with a lot of fields and it's quite annoying to keep needing to click on SHOW # MORE FIELDS - it would be a nice feature to eitehr
- always show all fields
- after opening, choose to show all fields in current view1 vote -
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)29 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
- Don't see your idea?