Warning

🚧 Work in Progress: This page is currently under construction. Content may be incomplete or subject to change. To contribute, see the contribution guide.

Architecture

High-level view of the corporate architecture for Technology at Patria Investimentos.


High-level overview

The Technology department supports six business domains — each with specific systems, data flows, and integrations — on top of a centralized technology platform.

graph TD
    subgraph Business
        PE[Private Equity]
        INF[Infrastructure]
        CRE[Credit]
        RE[Real Estate]
        AP[Public Equities]
        CORP[Corporate]
    end

    subgraph Platform["Technology Platform"]
        ERP[TOTVS Fluig]
        ITSM[ServiceNow]
        RPA[UIPath / N8N]
        M365[Microsoft 365]
    end

    subgraph Data["Data Platform (GCP)"]
        BQ[BigQuery]
        AF[Airflow]
        CR[Cloud Run]
    end

    subgraph Identity
        EID[Entra ID / Azure AD]
    end

    Business --> Platform
    Platform --> Data
    EID --> Platform
    EID --> Data

Architectural principles

  1. Cloud-first — GCP as the primary data and processing platform; Azure for identity and internal portal hosting
  2. Data-centric — data as a strategic asset, with governance, quality, and cataloging
  3. API-first — system integrations via versioned API contracts, avoiding direct coupling
  4. Security by design — Entra ID as the single identity provider; access based on AD groups
  5. Automation over manual process — UIPath and N8N to eliminate repetitive operational work

Sections