{{ hero_badge }}

{{ hero_h1 }}

{{ hero_sub }}

{{ hero_s1n }}
{{ hero_s1l }}
pipeline/ingest.py ● running
# async ETL over partitioned columnar store
import duckdb, pyarrow as pa
from fastapi import APIRouter

router = APIRouter(prefix="/v2/analytics")

async def aggregate(scope: str) -> pa.Table:
    con = duckdb.connect(":memory:")
    return con.execute("""
        SELECT region, p95(latency_ms)
        FROM events WHERE scope = ?
        GROUP BY region""", [scope]).arrow()
{{ about_eyebrow }}

{{ about_h2 }}

{{ about_lead }}

{{ about_t1t }}
{{ about_t1d }}
{{ about_t2t }}
{{ about_t2d }}
{{ about_t3t }}
{{ about_t3d }}
{{ about_t4t }}
{{ about_t4d }}
{{ svc_eyebrow }}

{{ svc_h2 }}

{{ svc_sub }}

{{ s.title }}

{{ s.desc }}

{{ tech_eyebrow }}

{{ tech_h2 }}

{{ tech_sub }}

{{ t }}
{{ tech_projEyebrow }}

{{ tech_projH3 }}

{{ p.tag }}

{{ p.title }}

{{ p.desc }}

{{ tt }}
{{ ct_eyebrow }}

{{ ct_h2 }}

{{ ct_sub }}

{{ ct_emailLabel }}
projects@bteglobal.ae
{{ ct_officeLabel }}
{{ ct_officeValue }}
{{ ct_hoursLabel }}
{{ ct_hoursValue }}

{{ ct_note }} {{ ft_lnk_privacy }}.