Compass
445 results found
-
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 -
Remove the Insight badge blocking the view to my query
There is a insight badge that does not merit that location(see attachment), and stands on the way to modify the queries.
1 vote -
Mongo Client for Edge Functions
Need a Mongo Client which can be used in Edge Functions like Cloudflare, Vercel, Deno, etc.
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 -
How about making your installer do something when you prompt to install an update
I get prompted every day by Compass telling me there is an update to install. When you agree to install the update, nothing happens! I cannot say that I have EVER seen the installer work outside of doing a winget installation or going to your website and downloading the installer. If you are going to waste our time every time we open Compass, then stop asking us to do an upgrade! VERY ANNOYING!!!!!
1 vote -
user friendlyness
my idea is that you add a menu where user can ask any problem he/she is having while using MongoDB compass and get solution quickly
1 vote -
Disable suggestions
I would like to have some kind of "Settings" or "Preferences" to disable all annoing, time-cosuming messages that keep me off doing my tasks.
1 vote -
1 vote
-
Password Rollover to all rotating passwords with little impact
When passwords need to be rotated we current have a small outage when dev teams must update their saved/vaulted credentials. Could a feature be added to support two separate passwords (old and new) for a period of time.
Here is an example of another vendor doing something similar...
https://oracle-base.com/articles/21c/gradual-database-password-rollover-time-21c1 vote -
1 vote
-
Live streaming logs in Atlas cluster /Compass
When using Linux machines we can get logs through tail commands with live streaming like that if you are implement in Atlas cluster/Compass it is very easy to identify issues instantly.
1 vote -
1 vote
-
Automatically pre-call `mongod --dbpath <path>` for connections to localhost.
On Windows, whenever we connect to a localhost mongo, we need to call
mongod --dbpath <db path>
in a Command Prompt or Powershell prompt before clicking the "Connect" button in Compass.
So Compass should offer the ability to automatically "pre-call" that and then perform the connection (if call was successful).1 vote -
more aggregation pipelines are needed and most of the time if we reach above 30 pipeline its gets struck , and more hard to use
more aggregation pipelines are needed and most of the time if we reach above 30 pipeline its gets struck , and more hard to use
1 vote -
RANDOM VALUES USING THE OBJECTID
Hi,
This is the basic suggestion from my side.we have a unique "_id" in each document while inserting the data can we make any changes in your code for example in our company we have one scenario while working on the aggregation query they need auto-generated value in numbers so it is not possible in the MongoDB.
so I thought we can do that thing based on the _id. because we have a unique field then i converted the _id to string and separated the numbers and alphabetic separately but we don't have unique values the after separating the numbers…
1 vote -
Changes in the objectID which is unique.1
Hi,
This is the basic suggestion from my side.we have a unique "_id" in each document while inserting the data can we make any changes in your code for example in our company we have one scenario while working on the aggregation query they need auto-generated value in numbers so it is not possible in the MongoDB.
so I thought we can do that thing based on the _id. because we have a unique field then i converted the _id to string and separated the numbers and alphabetic separately but we don't have unique values the after separating the numbers…
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 -
cross cluster lookup (kind of)
Hi,
This is more of an add-on request for the aggregate().Lets say we have two clusters , second clusters is derived from first cluster ( i-e some of the object ids in second cluster exist only in first cluster ).
Now I want to do a lookup for the id in the first cluster from the second cluster , which is not possible.
So , can we have another optional parameter in the aggregate function which allows us to pass the documents , over which we can apply the required stages ( i-e after using find() on cluster 2…
1 vote -
Tabs Name
Hi,
When you open a DB with Compass, all of the tabs are showingDocuments
DBName...and you should mouse over them or click them to find out which they belong to which collection
Instead of always showing “Documents” and “DBName”, you may show which collection they are1 vote
- Don't see your idea?