Skip to content

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 PostgreSQL
Redis Redis
MongoDB MongoDB
MariaDB MariaDB

PostgreSQL

The open-source relational database system known for reliability, feature robustness, and performance, ideal for handling complex queries and transactions.

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.

To the add-on’s repository

Official documentation for Redis


Mongo

A popular NoSQL document database that stores data in flexible, JSON-like documents, enabling rapid development and scalability.

To the add-on’s repository

Official documentation for Mongo


MariaDB

An open-source relational database forked from MySQL, offering compatibility with MySQL and additional features and performance improvements.

To the add-on’s repository

Official documentation for MariaDB