📄️ Database Introduction
The database system combines the strength of PostgreSQL with Redis's rapid in-memory processing.
📄️ PostgreSQL
Implementation
📄️ Redis
Redis, a highly performant in-memory data structure store, serves as a secondary database within our platform. Its primary role is for caching data, offering rapid data retrieval compared to traditional databases. Due to its in-memory nature, Redis ensures ultra-fast data access, making it an ideal choice for caching scenarios where speed is paramount.
📄️ ETL Process
Prerequisites
📄️ Backups
Introduction