Skip to content

Share your ideas with us

712 results found

  1. Add unique many<->many support in Mongo->SQL Migration

    Can you please add an option to fully normalize a mongodb collection into several SQL tables without PK value repetition?

    meaning for example movies collection:

    title, country
    James Bond 19 [USA,UK,Spain]
    Avatar2 [USA]

    into:

    movies:
    id, title
    0 James Bond 19
    1 Avatar 2

    countries:
    id country
    0 USA
    1 UK
    2 Spain

    moviecounries
    movie
    id country_id
    0 0
    0 1
    0 , 2
    1 , 0

    • currently migration will create two "USA" values with different country id which is redundant.
    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Allow to select a primary key in SQL migration -> Mongo

    Currently the SQL migration feature populates a default "_id" PK.
    I would like to be able to choose my own PK from the migrated columns.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. I don't know how many times I need to request this....

    paste a json array into the aggregate screen. It doesn't work unless you add the db.getCollection(.....

    Plus this feedback page doesnt work in firefox... are you kidding?

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Visual Data Modeling Like Hackolade

    Would love to see a visual data modeling tool similar to Hackolade with both forward and reverse-engineering capabilities.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Maintain Order of Fields in Table view as per Projection

    Hi -

    I think it would be good if the ORDER of fields selected in Projection (esp with Query Builder, which allows the order to be changed by dragging) would be reflected in the query results. I see there are open requests to also support this for export. It is very tedious to analyze large documents without this feature.

    Thanks

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Show accessible query in the results tab

    The query results tabs are great for looking at different query results, or past results for the same query. However, it's hard to see what query was used for each tab. The query is shown when mousing over the tab, but that tooltip is truncated for long multi-line queries, and it's impossible to see the end of the query.

    It would also help to show when the query was run, especially for longer sessions with rapidly changing data.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Add ability to just connect with shell

    We have a BUNCH of DBs - probably way more than we should if I'm honest - but it causes MongoDB to hang for approximately 3 minutes each time we connect. Usually, I just want to go to a single collection and perform a quick query, but I can't just connect through Studio3T without having the full DB list pulled.
    If you guys would allow me to click intellishell though and just prompt me for the cluster right then, that would be amazing.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Allow pretty printing json

    it would be great to put a button which would pretty print the json in the aggregation pipeline creation window

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. It would be better to have edit option the collection name for the saved comparison task.

    It would be better to have edit option the collection name for the save comparison task so that we can use the same comparison configuration against different collection across the DB.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Script file management from a folder explorer

    The management of script files based in a source control project folder is missing.
    Like an idea, it would be nice to open a folder and see the organised files in a tree like the connections.
    Once you have a set of scripts, you don't need to find the collection anymore, you just want to open the file in the context of a connection and run it.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hi Gerhard, thanks a lot for this suggestion.

    This is exactly the direction we are taking with the new Tasks functionality. Tasks currently focus mainly on Imports, but in time, more and more types of task will be supported.

    The Task Manager doesn’t yet support organising tasks in a tree, but this is an excellent suggestion, and we’ll endeavour to include this in a future release of Studio 3T.

  11. Specify "appName" in connections to databases

    It would be nice if Studio 3T would make use of the "appName" parameter in connections to databases. Like setting it to "studio-3t" or something.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Generate Swagger/OpenAPI document from schema

    An extremely common task for me is to create a REST API for a collection in a MongoDB database.

    For me, this involves creating a Swager/OpenAPI document that describes both "sides" of the API. For the most part this corresponds almost exactly to the schema of the documents in a collection and the set queries I use to retrieve them.

    It seems to me that it would be possible (and relatively easy) to generate a schema from a collection and filter it into a Swagger/OpenAPI yaml file. It would be a great starting point for building the REST API. It…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Export Schema Analysis as JSON

    Pretty straight forward either an export Schema Analysis as JSON or copy to paste board would be very useful.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Support --nsFrom --nsTo

    When using mongorestore from a BSON file it's important to be able to map potentially different DB names. Supporting the --nsFrom/To flags would allow that. Currently this is possible with 3T if you're using the BSON folder but not with the file.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. add an option for a centralized connection repository

    It would be nice for teams if there was an option to utilize a centralized connection repository.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Improve the IDE with basic "standard" features (tab and wrap in quotes)

    I currently own version 5.3.5 and have been using Studio 3T since 2016 at the latest. One thing which is "minor" but keeps being a frustration is the lack of "standard" IDE functions which my other development tools have. It throws me every time I inadvertently attempt to use them in 3T and cannot.

    Indent Code. If I select a block of code and hit TAB I don't want to delete that block of code and replace it with a tab, I want it to indent it. and shift-tab to "De-dent"

    Quote wrapping. If I select some text and press…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Add in the ability to not export the data but only the schema (CREATE TABLE) scripts

    I have been using the trial version of 3T Studio and think it is awesome. I am using it to see how easy it would be to migrate a MongoDB database (about 30 collections) to a SQL database. So far the export feature is working well, but I will be automating the data copy through an online service and what I really need is the Create Table scripts for MS SQL Server. For a collection with a million documents that make this impractical. I assume this would be an easy feature to implement, along with the ability to script multiple…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base