Skip to content

Atlas App Services

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

240 results found

  1. Increase of Functions timeout

    Timeout is set to 90 seconds. This value is a fixed setting and is too low for extensive ingestion functions.

    A default value of 600 seconds would be helpful.

    Even better would be the ability to set an individual timeout value per application in the settings.

    49 votes
    started  ·  7 comments  ·  Functions  ·  Admin →
    How important is this to you?
  2. Accept New Release of MongoDB Realm

    We need the ability to be able to accept new releases, similarly to how you push updates to clusters so we can 1)be aware and test new releases in test environments 2)schedule updates for least disruptive periods.

    2 votes
    How important is this to you?
  3. Local development tooling

    Similar to AWS SAM (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-invoke.html) or Google Cloud Functions Framework (https://cloud.google.com/functions/docs/functions-framework).

    I.e. the ability to run functions locally. It's expensive and slow to have to run and test code in a project remotely all the time even for small changes.

    160 votes
    How important is this to you?
  4. Support for arrayFilters in Functions

    Can we add arrayFilters and other array update capabilities that already exist in MQL? Its is difficult to update arrays, and very easy to update an array in MQL in node.js for example.

    12 votes
    planned  ·  3 comments  ·  Functions  ·  Admin →
    How important is this to you?
  5. Enable Function Testing (TDD/CI/CD)

    It will be great if Tests could be defined within the UI.

    For example having the option to write a jest test that is executed before deploying any changes to the Hosted app would be awesome.

    4 votes
    How important is this to you?
  6. Availability of Args in Function Context

    Not sure if this is do-able already or not. Couldn't find documentation.

    I have a function that looks like

    exports = function(dbName, collectionName, pipeline){...

    I want to be able to access the arguments sent to the function in the Can Evaluate JSON expression.

    I assumed it might work like

    {
    "%%args.dbName": "eflex-test"
    }

    but that doesn't seem to work

    1 vote
    0 comments  ·  Functions  ·  Admin →
    How important is this to you?
  7. Deploy Application code from Bitbucket private repository

    Currently it is only possible to link a Github account for deployment.
    It would be great if we can use Bitbucket as well. I have my code in a private bitbucket repository and would love to have the ability to deploy from it.

    14 votes
    How important is this to you?
  8. Importing users in bulk

    I want to port my application but I can't port all my old users.

    13 votes
    How important is this to you?
  9. Automatic created_at and updated_at Fields

    Would be nice to have this feature as a checkbox on each collection or default for the entire database and it should be in utc or a checkbox for utc.

    2 votes
    How important is this to you?
  10. Broader Push Notification Support

    I've moved from Firebase because of the lack of support for React-Native and I've just discovered that I need to use Firebase to receive Push Notifications from my App. I'm aware of the complexity of adding this layer to SDKs, but you're already much ahead of Firebase in terms of SDK maintenance and support, being able to make a full app's stack would be wonderful for many, I think.

    1 vote
    How important is this to you?
  11. Ability to set parameters through a webhook path

    It would be nice to use webhook path to pass payload to the webhook for example:
    /api/mypath/{deviceId}/data

    Instead of
    /api/mypath/data?deviceId={deviceId}

    2 votes
    How important is this to you?
  12. Logging Enhancements

    We need the following enhancements
    1. Need more than 80 characters
    2. Need ability to turn it on and off by level (Log4J)
    3. Need ability to turn to higher level of logging on a single call

    10 votes
    How important is this to you?
  13. Expose dbstats / stats in Functions

    Add to the allowable MongoDB actions to be able query the database size, like: db.runCommand({ dbStats: 1, scale: 1 }) or by collection like db.sources.stats()

    3 votes
    0 comments  ·  Functions  ·  Admin →
    How important is this to you?
  14. Search Across Functions Code in Cloud UI

    In writing any app, there are likely to be multiple Functions stored. A developer should have the ability to search for specific snippets or text elements across all Functions.

    2 votes
    How important is this to you?
  15. Filter logs by Function name

    Logs can only be filtered by type, user and timestamps. Would be very useful to filter by function name

    38 votes
    How important is this to you?
  16. Ability to set Values in Functions

    Ability from webhooks and functions to call context.values.set() and set a value that can then be referenced somewhere later. This could dramatically cut back on calls to outside APIs as we need data in multiple places so we end up having to make several calls.

    5 votes
    0 comments  ·  Functions  ·  Admin →
    How important is this to you?
  17. Folders for Functions, Values

    Add folders to the Functions and Values areas and then to make it 10x better by adding permissioning by folder so we can keep our clients from altering sensitive functions/values in specific folders.

    39 votes
    6 comments  ·  Functions  ·  Admin →
    How important is this to you?
  18. Use node modules in Functions

    As far as I understand currently it is not possible to use node/npm modules is Functions. Would be great to have it.

    18 votes
    started  ·  1 comment  ·  Functions  ·  Admin →
    How important is this to you?
  19. Ability to expose API via our own custom DNS entry

    We would like to expose the APIs created directly to our clients. But we would like them to utilize a domain from our company. At this time we are going to use AWS API Gateway as a reverse proxy.

    But all we really would need is the ability to host our ssl cert that corresponds to our domain

    14 votes
    How important is this to you?
  20. Support for Twitter Authentication

    Currently, you only support Google and Facebook for social logins. Can Twitter also be added?

    3 votes
    How important is this to you?
1 2 8 9 10 12 Next →
  • Don't see your idea?

Atlas App Services

Categories

Feedback and Knowledge Base