💾 Data Model

This document describes the data schema utilized in the platform and its relationship to the System Architecture.

Core Entities

  1. User — authentication credentials, permissions, and role mappings (stored in PostgreSQL).
  2. Order — transactional data, fulfillment statuses, and logistics details (stored in PostgreSQL).
  3. Logs — user audit trail history and microservice error reports (stored in MongoDB).

Back to Architecture & Concepts.

Tags: database datamodel