Atlas App Services
248 results found
-
Export/import users in Realm app
Option to export all Realm app users and import them.
It's a major concern that users can't be exported. Both for backup reasons and also for moving them between apps.
If you delete or loose a Realm app you are out of business because the users are gone and if you mistakenly chose the wrong deployment region, you can't move the app because you can't move the users.
I think this is absolutely critical to growing a business using Realm apps.
33 votes -
realm function limits should be configurable
realm function limits should be configurable or increased, as it hinders capabilities for memory heavy tasks like encryption/decoding
eg sha256 encryption using crypto can only perform upto 10000 iterarations while industry standards expects atleast a lakh iterations2 votes -
Sync Permission at Object / Document Level
Please allow Read & Write Sync Permissions to be per object (aka: Document) being processed, rather than at partition-level. Thereby allowing to use '%%root' as a Function's parameter to access the Document to allow permission for read or write per request. Also the permission would carry (deep) through for nested / embedded objects & List<>s. Further, please expose (if not available via '%%root') the Schema (at minimum the "title" property to access Object type).
1 vote -
Generate GraphQL schema from Atlas Data Lake data source
The GraphQL schema view in the Realm UI currently supports Atlas cluster data sources. It would be beneficial if the schema generation functionality could be extended to support ADL data sources, so that those generated schema types can be leverage in custom resolver definitions
1 vote -
List databases and collections from Atlas data api
Ability to discover databases and their collections from the Atlas data api.
4 votes -
The password field for database access accepts "@" character
The password field for adding database access accepts "@" character but the the same if we use in the url to connect database to our application, it will give error. So instead of facing this error while connecting database to app, a simple error message or alert message while adding password should be given.
1 vote -
Bracket Pair Colorizer
It would be awesome if there could be an implementation of something like VSCode's Bracket Pair Colorizer.
It may spend a lot of time and attention to pair the start and ending of functions without a visual aid.
Thank you very much for the consideration.2 votes -
GraphQL return null for undefined values
If you assign a variable to undefined in Javascript, when querying that using GraphQL the variable will return {}.
Basically, will only return null when the value is null or absent altogether. In this particular scenario, the value (in MongoDB) is
{ "value" :
{
"$undefined": true
}
}This will return {}
Could we change this to return null as well?
1 vote -
Allow using Relationships in Rule Expressions
When setting up the rules for a collection, sometimes I want to configure a role so that it can only perform a given action if a related document in a different collection has a field with a certain value. To do this now, it requires creating a Realm Function that queries that other collection for the related document, then returning the document, and finally having the the rule expression call that function and evaluate the document's fields.
While this does work, I think this could be made even easier by extending Relationships to be used in Rule Expressions. Currently, Relationships…
1 vote -
Enhanced return values
When returning the result from a call that contains an array of ObjectIds in a JSON structure (for example: insertMany), it would be interesting to have a field in the result that contains the number of items in the list.
1 vote -
155 votes
Looking for feedback around this feature, please reach out to sumedha.mehta@mongodb.com if you have any.
-
Add federated graph support
Unable to upload apollo federation dependency on the beta version of MongoDB Realm, it would be great if that dependency would be supported soon.
14 votes -
Support device notification
OS notification API via a mongo collection to improve developer UX and make mongodb the best way to pull off this difficult mission.
1 vote -
Support of dependencies which rely on an extra binary
We would like to establish connection to OracleDB from a REAM Function. For that we're using
oracledb
npm module.However this module is dependent on a third party binary (Oracle Instant Client “Basic” or “Basic Light” package), which should be in the PATH and located by the npm module.
Can REALM add support of this feature?
3 votes -
python
Python support would be great to allow us to have a single code base
30 votes -
Relaxed EJSON support in Data API / Triggers
I am trying to integrate a webhook system to the MongoDB Data API. In other words, I'm trying to insert (timeseries) data to via webhook.
The platform I'm working with has:
* inputs of a certain format, like dates are in ISO8601 format
* limited to JSON, no programmatic access to run JS code
* supports basic variable substitution, so I can insert string and numeric values into a JSON-formatted payloadRight now, I cannot insert my dates into a timeseries collection because they are a ISO8601 string and I cannot change the type inside the platform's template engine.
From…
1 vote -
Configure Change Streams to publish via Web Sockets
It would be great of configuring a change stream (with certain filter and projection etc) to publish messages via a standard web socket as part of realm BaaS
put simply auto implementing backend server as detailed in
https://www.mongodb.com/developer/how-to/subscribing-changes-browser-websockets/
1 vote -
Ensure Realm Documentation Matches Implementation
"Int" is listed as a supported type for partition keys but it's not implemented. You should remove "Int" from the supported types since it's not supported.
1 vote -
Create databases and collections via Atlas API
I don't know if this would fall under Admin API or Data API but currently there's a gap where it's not possible to create databases or collections in Atlas via REST API. This is important for a customer I'm working with who wants to automate creation of databases from scratch.
1 vote -
1 vote
- Don't see your idea?