
The MongoDB Integration Plugin enables you to store and retrieve data from your MongoDB server. You can build custom queries to select, update, and delete data directly from Blueprints, with all queries running asynchronously in a separate thread. The plugin also allows you to create new collections and databases. MongoDB is an open-source, document-oriented database that uses a non-structured query language. As a NoSQL system, it does not rely on traditional row-and-column structures found in relational databases. Instead, it is built around collections and documents, with the basic unit of data being a set of key-value pairs.
MongoDB Integration plugin v5.0