Compass
37 results found
-
security loophole in compass
Hi Team,
In my opinion, there is a security loophole in Compass. Users are able to export data even when provided with a read-only connection string, which raises significant security concerns.
Please consider this feedback and work on improving Compass to address this issue. Users with a read-only string should not be able to export data. This enhancement would make Compass more secure and productive.
1 vote -
Make upsert or drop on import document
It would be great to be able to make what we are importing overwrite the database data, or directly perform a drop before importing. These options should be optional when importing documents.
1 vote -
Export symbols as symbols, not text
When I export documents with Symbol fields to JSON, the Symbol fields are converted to text, regardless of which of the Advanced JSON Format settings I choose. Symbol and text fields aren't the same! The JSON format should export Symbols as Symbols, e.g. "type": {"$symbol": "text"} instead of "type": "text", similar to what it does with dates and ObjectIDs.
1 vote -
implicit cast based on validation schema
When importing json data containing an ambiguous type (e.g. 0, which can be a double or int32) with a collection that has a validation schema1 set for a specific type (e.g. double), the server should reference the schema to resolve the type to implicitly cast the value to upon inserting the document. Otherwise, one can have a document fail validation because (in this example) the 0 was cast to an int32 instead of a double.
Thanks
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 -
Add an option to copy a single database from one cluster to another in ATLAS
At the moment atlas doesn't have any option to copy a single database from one cluster to another.
This is very important feature when its come to developing and testing the enterprise level application.
So for my current use case we have requirement where we need to refresh selective database from prod cluster to non prod cluster to perform the load and automated regression testing over the real time data and user that we have on prod.
to handle this business use case which is very common on IT , we need a option/capability in atlas to make a selective…
1 vote -
saparator
I think for saparator exported data can be change to semicolon Thanks
1 vote -
Export database statistics
When you click on a database, you can see a listing of collections and some statistics. Add a feature to export the statistics for all collections across all databases so that data inventorying is easier.
1 vote -
1 vote
-
One more dropdown option should be there for all Columns
While Importing the files, the change of datatypes should have one more drop-down option to change all columns/field datatypes to strings/mixed/double/Int32/number, etc.
1 vote -
Save export CSV configured fields in favourite query
In case of exporting the result of a find query in a CSV file, at the moment (v. 1.36.4) we need to select which fields we are interested at the first time and in case of reuse of the favourite query we need to select these fields again.
In fact, in the default behaviour, all fields are selected from the sampled result in the CSV exporting process.One way could be to save the selected fields from the CSV export configuration in the favourite query settings.
Other ideas?
Thanks.
1 vote -
Feature Request: Add simplified parallel insertion command syntax
I want to have a (maybe per server) setting dialog where I can enter a custom JS function that returns any of the mongoDB supported datatypes for the primary key (_id or id - usually String, ObjectId or NumberLong) and is then used everytime I insert a new document in mongoDB compasst.
Context
I was testing deduplication functionality I implemented in my app and I had to repeat the process several times. As my IDs were UUIDv4 strings, I needed extra steps after duplicating the documents with the duplicate button on the document in the preview list because otherwise the…
1 vote -
restrict export access
Compass currently allow any user to export data to his local file system, I think it's necessary to add restrictions so that the admin user can specify which user can or can not export data
1 vote -
Checkbox to deselect all fields when importing csv files
When importing csv files, I did not find the checkbox to deselect all fields. There were 60 fields, I needed just two of them. I had to click 58 times to deselect the not needed fields.
1 vote -
Deal with Lat/Lon Pairs in CSV/Tabular imports.
When importing tabular data with separate columns for Lat/Lon geospatial data, MongoDB Import should be able to automatically rebuild these into GeoJSON compliant structures.
1 vote -
Compass got stack without errors info (over 10 min)
Better error reporting for the user. Importing a json (a valid file) puts the compass in an infinity loop without any error info for the user what is wrong. Values are not stored. App doing importing over 10 min simple file structure, I stoped on end the process.
I found on end that json should to be in collection format (just with {} brackets). I added standard content with [] (example of the file is below). Improve validation.I used 1.21.1 (stable) version of mongodb compass for mac
[{
"title": "Specification by Example",
"isbn": "1617290084",
"pageCount": 0,
"publishedDate": { "$date":…1 vote -
importing embedded document with CSV
a way for embedded documents to be imported using csv files
1 vote
- Don't see your idea?