💾 Data Model
This document describes the data schema utilized in the platform and its relationship to the System Architecture.
Core Entities
- User — authentication credentials, permissions, and role mappings (stored in PostgreSQL).
- Order — transactional data, fulfillment statuses, and logistics details (stored in PostgreSQL).
- Logs — user audit trail history and microservice error reports (stored in MongoDB).
Back to Architecture & Concepts.