Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Search results

Showing 73 of 73

Support newer versions of JSON Schema in validation to be able to use the "if", "then", "else" and "const" keywords

Currently there is no way to have conditional schema validators because you can't use the "const" keyword in a "oneOf" or the "if", "then" and "else" keywords.
Guest almost 4 years ago in Database 0 Submitted

The JSON Schema export should be producing a jsonschema file that can be used immediately with schema validation

It currently dumps a bunch of analysis information even though the menu item is "Share Schema as JSON". This file is useless for trying to harden or define a schema, even in non-mongodb tools (like validating documents match schema in our programs).
Guest about 5 years ago in Compass & Data Explorer 1 Planned

DB Documantation

Adding the ability to add documentation on each db,collection,document,index etc... for example :add an explenation on what this field is for in a document. Then give the ability to generate a document with the db schema and all related details en...
Guest almost 4 years ago in IDEs 0 Submitted

Get schema validation "feedback" in Kafka Mongo Sink Connector

Objective : We want to be able to validate that data matches some requirements. We would like to to perform this data validation by adding a JSON schema in Mongo (such as it is described here : https://docs.mongodb.com/manual/core/schema-validat...
Guest about 5 years ago in Kafka Connector 1 Submitted

search by dbname > collectionname

While searching for a collection and if the connected account have multiple dbs with same schema its hard to search for specific db collection. My proposed solution is when we search using > i.e. dbname> collection name . It should show col...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

Include schema validation events in changestream payload

let's say my document has JSON schema validation like: { $jsonSchema: { properties: { phone: { bsonType: 'string' } } } } and the validation action is set to "warning", if I do a command like: db.test.insert({"phone":1}), I would like t...
Guest over 5 years ago in Database 1 Submitted

Data masking policy

Implement Data masking similar to Schema Validation in Mongo so that customer can define a server-side data masking policy to mask the results of a query and a new role which will give explicit permission to users for reading unmasked data
Guest over 5 years ago in Database 0 Submitted

Schema analysis should recognize dictionaries

In a sub-document, the keys may be common across most documents in the collection, or they may contain a set of random values. For example, using hostnames as the keys in the "hosts" sub-document. { ... hosts: { server1a: { ... } server2a: ...
Guest over 5 years ago in Compass & Data Explorer 0 Submitted

Provide an event for collecting schema validation, with validation Action as a warning.

We are looking for a method for collecting data related to scheme validation issues for logging in the c# driver. Currently, we can set schema validation to error and capture the issue using mongo write exceptions. However, we don't want to restri...
Guest over 1 year ago in Drivers (ie: Node.js, Java, .NET) 1 Completed

Export the analysed schema as Typescript interface or type

After analysing the schema, it is shown which types the fields have. It would be very nice if it could be exported as typescript interface or type accordingly.
Guest almost 3 years ago in Compass & Data Explorer 1 Submitted