Using Add-ons
Add-ons
Add-ons provide services used by your application. In general, add-ons in Diploi are services that do not require direct development work, which can be services like databases, analytics services, CMS dashboards, etc.
Add-ons available
PostgreSQL
An open-source relational database system known for being reliable, and performant handling complex queries and transactions.
How to add PostgreSQL to a project
To the add-on’s repository
Official documentation for PostgreSQL
Redis
An in-memory data structure store used as a database, cache, and message broker, known for its high speed and support for various data structures.
How to add Redis to a project
To the add-on’s repository
Official documentation for Redis
Mongo
A NoSQL document database that stores data in JSON-like documents.
How to add Mongo to a project
To the add-on’s repository
Official documentation for Mongo
MariaDB
An open-source relational database forked from MySQL, with additional features and performance improvements.
How to add MariaDB to a project
To the add-on’s repository
Official documentation for MariaDB
MinIO
An S3-compatible object storage service used to save uploads, backups, and other binary data.
How to add MinIO to a project
To the add-on’s repository
Official documentation for MinIO