Skip to content

Mongo

Mongo is a document database that stores flexible JSON-like records with dynamic schemas. Use this add-on when your application benefits from schema-less data modeling or rapid iteration.

Add to your project

Paste this entry into the addons list in diploi.yaml to add Mongo to your project.

addons:
- name: Mongo
identifier: mongo
package: https://github.com/diploi/addon-mongo#main

See also