Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.42 KB

File metadata and controls

24 lines (18 loc) · 1.42 KB

Architecture Documentation

This directory contains detailed technical documentation for the Pangolin architecture.

🏗️ Core Structure

  • High-Level Architecture: Overall system design, component interaction, and multi-tenant isolation.
  • API Handlers: Map of API endpoints categorized by functional domain (Iceberg, Versioning, Admin).
  • Models: Comprehensive guide to core system structs (Tenant, Asset, Merge, User).
  • Enums: Exhaustive list of system enumerations and their serialized values.

🔧 Interfaces & Logic

  • System Traits: In-depth look at CatalogStore and Signer interfaces.
  • Branching & Merging: Operational details of the "Git-for-Data" versioning model.
  • Caching Strategy: multi-layered performance optimizations for metadata and cloud backends.

🔐 Security & Operations


📅 Status

All documents in this directory were audited and updated in December 2025 to reflect the modularized backend and enhanced security features.