Share your ideas with us
712 results found
-
Add Relational Data visualise
Add Relational Data visualise
1 vote -
Lookup between 2 database
lookup между двумя базам.
был бы хорошо если добавили бы возможность делат lookup db1.collection1.aggregate => db2.collection2.aggregate
Lookup between 2 database
It will be good to have ability to lookup between 2 databases like that:
lookup db1.collection1.aggregate => db2.collection2.aggregate
This is possible in SQL like database:
SELECT ...
FROM A.table t1
JOIN B.table2 t2 ON t2.column = t1.colThank you for a great job and your online university program, goog luck !!!
10 votes -
collapse recursively is missing
When viewing a document and (accidentally) expanding recursively, there's no way to collapse that document and then open/expand just one level. The option to collapse recursively (as in RoboMongo) would allow you to then open just the one level.
1 vote -
Export current license
The application should allow you to view the actual license text so that it can be used on a different machine. The application lets you view the details of the license you have imported, but not the actual license text itself. This would be useful for installing Studio 3T on another machine with the same license.
1 vote -
Auto-save IntelliShell Content
I see that there is the ability to save and open a .js file to view in IntelliShell. It would be nice to have S3T automatically save that shell's content for a given database. DataGrip, the IDE for RDBMS, has a similar functionality. As someone recently moving to NoSQL DBs, it's a feature I miss a lot.
Being able to write queries that I might run often and not have to worry about saving/loading a file whenever I connect to that database is great.2 votes -
Auto Export
It would be great to be able to automatically export database queries to various file formats, for example set up a way to export the results of a query weekly (even have a way to generate the file name automatically, such as ddMMyyyy.csv).
2 votes -
Improve search by DBRef in Query builder
Hi there!
First of all i would like to say many thanks to you, i'm very excited to use Studio 3T everyday, you do a great job guys!
I would like to ask you improve search DBRef in Query Builder. Please, place full DBRef declaration in Query Builder when i drop DBRef, in this case i should only change id part of dbref to search in collection by my desired DBRef entity1 vote -
have multi SSH screen to connect mongo db
I will have to connect mongo database with two ssh ( tunnels). Jump host A, then Jump host b then Mongo server with Replica mongo database. currently there is no screen to enter the 2nd ssh details
1 vote -
Multiple windows
Constantly having to move my one Mongo window around to different desktops. I use the app for multiple tasks at a time and don't want to have them all done in one window. The only thing that can be done right now is to pull out tabs into its own, but then you loose the connection window. If you allowed multiple full windows up at a time then I could be more productive
1 vote -
display equal documents in comparison of collections
To be complete when displaying a comparison of collections, it would be helpful to actually see the EQUAL documents, in addition to source-only, target-only and different documents
2 votes -
Add Line:Column indicator in IntelliShell
This way when you get "Error at line 1, position 69: <missing ')'>."
then you know where to go.2 votes -
limit time
Hi there,
It would be nice if I can limit the query execution time to my query like this before launching the query.https://docs.mongodb.com/v3.0/reference/operator/meta/maxTimeMS/
1 vote -
Show record numbers in all views
Tree View shows a record number for each record. The record number is not displayed in the other views. When viewing a record in tree view and then switching to another view, it's difficult to (re)identify the original record now in the context of other records.
2 votes -
UI Index Statistics
with a query like this
db.Collection.aggregate([ { $indexStats: { } } ])
we can get index statistics. it would be great to have ui with nice display for it .e.g. "last used"
2 votes -
Save Import\Export Mappings
Would be great to save the import\Export layout and re-use for batch import/export. also if the command could be executed in shell so when working remote on the server to execute it in a screen session.
2 votes -
Add the ability to have Underscore in Intellishell
Underscore has lots of cool tools to manipulate arrays of results
3 votes -
Don't show tab for collection with no differences when comparing
If I compare databases with lots of collections in (say 40+) I am only interested in collections where things don't match so add an option to not show a tab for collections which match (save me going through lots of tabs looking for things that don't match)
1 vote -
Filter out identical fields when doing a comparison
When comparing collection have a checkbox option that lets the user hide an fields where the values match in the results view.
Basically, don't show me data that matches (that's not what I'm looking for), I just want to see what doesn't match
1 vote -
Field renaming on import export
When importing data I should be able to rename the column on my collection
1 vote -
provide better support for GUIDs
Enable entering new GUIDs in the "Insert Document" window e.g. { _id = $newGuid()$, data = "123" }
Search by .NET GUID without going through query building e.g. { _id: NETGUID("f8169046-b83b-426f-a19e-c6792982ed8c") }
1 vote
- Don't see your idea?