MongoDB online

 
Collection
Query
Projection
Sort
Result

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.

How to test mongodb online?

  • Fill Collection, Query, Projection and Sort editors with your data.Projection and Sort are optional (Returns all fields, and no sorting).
  • Click on "Run" to execute your NoSQL command. The result will be displayed in the "Result" editor.
  • Click on the "Copy to clipboard" button to copy the content of the associated editor into the clipboard.


MongoDB Playground

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

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:

  • MongoDB Community Server: It is free.
  • MongoDB Enterprise Server: It is the commercial edition.
  • MongoDB Atlas: It is an on-demand fully managed service.

Save and Share NoSQL snippet
Save NoSQL code in order to share it.
Your database will not be backed up, this only saves the editor code!
Be careful, the data will be accessible to everyone, please do not save sensitive data.
Save NoSQL snippet
Your NoSQL snippet has been permanently saved and you (or anybody) can access with this link:
Password
Choice a password to modify/delete this NoSQL snippet later Enter password to modify this NoSQL snippet.Enter password to delete this NoSQL snippet.Enter the new password for the fork.