Compass
416 results found
-
Aggregation Export Pipeline Error documentation
When I have "Builders" selected, all I get for an error is "$eq cannot be top-level". Does not help the user at all to know what this means.
1 vote -
Aggregation Pipeline builder export to R
I would like to be able to export pipelines in R syntax, as I can today in Node, Java and others. R is very picky and unforgiving about it's JSON so having it generated automatically would save a lot of time.
1 vote -
importing embedded document with CSV
a way for embedded documents to be imported using csv files
1 vote -
Require user confirmation before saving over a favorite connection
Currently if you accidentally click "Paste connection string" on a saved favorite connection, all the manually inputted and saved connection settings will disappear. A favorite connection should not be edited until the user explicitly confirms it should be saved. It's extremely frustrating to have to reconfigure a "saved" connection due to clicking on something that gives no indication it will modify the saved settings at all
1 vote -
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 -
1 vote
-
I would like to name an "Alias" for my MongoDB connections
I have many MongoDB Connections in my Compass in different ports. But it would be nice if I could identify then.
2 votes -
Display/use escaped characters like "\n" for line break in document editor
I have text fields that may contain "invisible" special characters like a line-break, which is commonly represented as "\n". Another example might be "\t" for tab, but there may also be other invisible unicode characters.
I would like to be able to edit/save documents in MongoDB Compass that contain such characters.
The current behaviour is that these characters are completely lost when the document is in edit mode and saved (updated). Manually inserting "\n" in a text field does not insert a line break, but literally a backslash + "n".
Example document:
{
"_id": "***",
"text": "Hello,\n\nThis is my message."…1 vote -
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 -
Allow Dates to be Viewed in Local Time instead of UTC time
Allow the option for Dates to be Viewed in Local Time instead of UTC time.
28 votes -
Add support to export multiple collections
I would like to be able to export multiple collections at the same time. It would be nice if Compass generates json files named with the collection name.
37 votes -
Avoid listing deleted Atlas databases in Compass
Deleted databases appear in the view even though it's not reflected in the database itself.
2 votes -
"Relaxed Mode" be added to compass exports,
Compass should have a feature to export data in Relaxed Mode . It's exporting the unwanted objectId": { "$numberLong": "48726857629970" } for consistency import which is not required . For some data-comparison , I need the relaxed mode feature to be enabled . This would be an additional features enables users to export the collection in relaxed mode as well
2 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 -
Update or Refresh UI view after Renaming a Collection
Compass does not seem to immediately Update or Refresh UI view of database (Left-hand database/collections list) after Renaming a Collection using the mongo shell.
1 vote -
Could you please make the two sides of the main interface slide?
Thank you for your guys made such great application and let us use it for free.
I have a little idea for improve the usability of mongodb compress.
It hard to figure out a collection when we have a bit longer name of collections, please kindly find the following image, when we need to open a new collection, we have to close the all opening tabs and back to the first main interface, then we can find the full name in the right side, the left side is useless at this situation.
so, Could you please make the two sides…
4 votes -
when I press connect, it keeps charging forever
when I press connect, it keeps charging forever
1 vote -
点击按钮没反应
点击Export To Language 白屏,无反应,系统信息:macos 10.14.6 (18G2022)
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 -
Able to convert double type and timestamp type to Date type correctly from UI
This feature worked in 1.16 but doesn't seem to work any longer.
When trying to convert timestamp type to Date type I get the error "Update not permitted while document contains errors".
When trying to convert a timestamp stored as a double it displays todays date at 5 am. Ex:
2020-01-08T05:00:00.000+00:00
always. Which is incorrect.1 vote
- Don't see your idea?