MariaDB – is a database server that is compatible with MySQL, which means it can use the same data and commands as MySQL. MariaDB was
Knowledge Base
Message Broker
Message Broker is an intermediary service that facilitates asynchronous communication between microservices. Analogy: A mailbox where messages are left for other recipients to collect. Why
METADATA SERVER
METADATA SERVER (MDS): In CEPHFS, an MDS is responsible for managing file system metadata, such as file names, directories, and permissions, separately from the actual
Microservices
Microservice Architecture – Commonly referred to as “microservices” – is a software development architectural design that structures an application as a collection of services that