This MongoDB playground allows to test NoSQL online. You can call find method with projection and sort of MongoDB v6.0.1.
This NoSQL playground is quite limited, you are limited to one collection, it is not possible to do aggregation etc.
This playground allows to execute find commands on a collection. It allows to test more or less complex filters (And, Or, Between, In, ...).
This sandbox is functionally limited, but it can be useful when you discover NoSQL, and thus allow you to do many tests quickly.It is also useful when we do not want to integrate crappy data into our databases.
When you are used to SQL, it is not easy to switch to NoSQL. This interactive tool allows to carry out tests and directly view the result.If you have knowledge of SQL but not NoSQL, you can use our SQL to NoSQL converter to help you.
Currently, I have only integrated Mongodb version 6.0.1. I will look to possibly integrate others (The interest still seems limited).
This tool uses the MongoDB Node Driver.If you found an issue, or think of cool features, please send me an email.
Mongodb is a source-available cross-platform document-oriented database program. It is probably the most popular NoSQL database.Mongodb it is developed by MongoDB Inc since 2007 and licensed under the Server Side Public License (SSPL).
MongoDB uses JSON-like documents (with optional schemas).
There are 3 editions: