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
- Cloud-first — GCP as the primary data and processing platform; Azure for identity and internal portal hosting
- Data-centric — data as a strategic asset, with governance, quality, and cataloging
- API-first — system integrations via versioned API contracts, avoiding direct coupling
- Security by design — Entra ID as the single identity provider; access based on AD groups
- Automation over manual process — UIPath and N8N to eliminate repetitive operational work
Sections
- Business Domains — systems mapped by domain
- Integrations & APIs — integration catalog and contracts
- Cloud & Infra — GCP and Azure
- Security & IAM — identity, access, and compliance
- ADRs — recorded architectural decisions