Skip to content

Pixis — Architecture & Data-Flow Diagrams

This directory holds the architecture, network, and data-flow diagrams for the Pixis FinOps platform. Diagrams are authored in Mermaid (renders on GitHub and most docs sites, and can be exported to PNG/PDF for customer security reviews).

Diagram Purpose
01 — High-Level Design (HLD) End-to-end system overview
02 — Low-Level Design (LLD) Backend services, tasks, and auth flow
03 — Network / Deployment Production topology + trust boundaries
04 — Data Flow Where customer/PII data enters, rests, and leaves

Backs CoinDCX questionnaire Sno 31 (data-flow / network diagrams maintained) and Requested Document r8 (end-to-end HLD & LLD architecture). Source of truth for the system description is the repository CLAUDE.md and docker-compose.prod.yml.

Exporting: npx @mermaid-js/mermaid-cli -i 03-network-deployment.md -o network.png, or paste into the Mermaid Live Editor. Keep these diagrams updated when the topology changes.