Skip to content

Instantly share code, notes, and snippets.

@rimishra-source
rimishra-source / arch_slide_v.md
Created June 5, 2026 18:26
Data Substrate Architecture — Vertical Slide Format

Data Substrate Architecture

%%{init: {'theme': 'dark', 'themeVariables': {'fontSize': '18px'}, 'flowchart': {'nodeSpacing': 50, 'rankSpacing': 70, 'padding': 30}}}%%
flowchart TD
    subgraph Producers["Product Domains"]
        direction LR
        P1[Messaging] & P2[Voice] & P3[Flex] & P4[Verify]
    end
@rimishra-source
rimishra-source / arch_slide.md
Created June 5, 2026 18:25
Data Substrate Architecture — Slide Format (16:9)

Data Substrate Architecture

%%{init: {'theme': 'dark', 'themeVariables': {'fontSize': '20px', 'nodeBorder': '2px'}, 'flowchart': {'nodeSpacing': 80, 'rankSpacing': 120, 'padding': 40}}}%%
flowchart LR
    subgraph Producers["  Product Domains  "]
        P1[Messaging]
        P2[Voice]
        P3[Flex]
        P4[Verify]
@rimishra-source
rimishra-source / arch_simple.md
Created June 5, 2026 18:19
Data Substrate Architecture — High Level (ODL / ADL / BDL)

Data Substrate Architecture — High Level Overview

Based on ADR-0002: ADL Security Restrictions

flowchart LR
    subgraph Producers["Product Domains"]
        MSG[Messaging]
        VOICE[Voice]
        FLEX[Flex]
@rimishra-source
rimishra-source / arch_diagram.md
Created June 5, 2026 18:15
Data Substrate Architecture — ODL / ADL / BDL (based on ADR-0002)

Data Substrate Architecture — ODL / ADL / BDL

Based on ADR-0002: ADL Security Restrictions

flowchart TD
    %% ── PRODUCERS ──────────────────────────────────────────────
    subgraph PROD["Data Producers — Twilio Product Domains"]
        direction LR
        MSG[Messaging]