Andrea Bozzo | Blog

👋 Welcome to my technical blog!

I write about Data Engineering, Rust, Go, Python and open source technologies.

Exploring lakehouse architectures, real-time streaming and the modern data world.

A half-cleaned PS5, a Raspberry Pi 5 and an external SSD on a desk at night

When a Weekend Raspberry Pi Project Became Infrastructure

Saturday I cleaned a PS5. By Sunday evening a 4 GB Raspberry Pi was running my DNS, a password vault and offsite backups, and the lessons had spun off into Lares, a small public stack built around what happens when things fail. On Monday it bit back.

September 19, 2026 Â· 10 min Â· 2039 words Â· Andrea Bozzo
Writer A checks epoch 1 against base A, the transaction is rebased onto base B, and the premise the check established is lost before the commit lands

I tried to put data quality inside the commit. One pub(crate) stopped it.

A falsification experiment with a written kill list and a negative result. Delta has a purpose-built idempotent commit; iceberg-rust rebases a transaction onto a base the caller never checked, so an external writer cannot make a commit conditional. The green concurrency test was a false pass — 0 of 40 rounds ever raced — and only a failpoint showed the duplicate.

September 4, 2026 Â· 16 min Â· 3319 words Â· Andrea Bozzo
Two friends preparing their Fantacalcio auction together during a summer holiday

I Built a Model for Fantacalcio. The Useful Part Is When It Says No.

I started with Milan in Championship Manager 03/04, went through an almost perfect auction and a season shaped by injuries, then built Fantabuddy on holiday: a system that turns player lists, history and APIs into an auditable auction report.

August 20, 2026 Â· 9 min Â· 1820 words Â· Andrea Bozzo
dbt Core v2: 77 Rust crates, 18 Python files, no Python runtime

dbt rewrote itself in Rust. The speed is the boring part.

I opened a bug report against dbt and found a codebase nobody had told me about: 77 Rust crates where the Python used to be. This is what the rewrite is actually for, why the marketing undersells it, and what I broke loose while poking at it — two fixes, both for bugs that never printed an error.

August 4, 2026 Â· 16 min Â· 3408 words Â· Andrea Bozzo
Nephtys on a Raspberry Pi 5: 19.51 MB against 128.47 MB, 3.610 W against 3.584 W

Nephtys on a Raspberry Pi: 6.6× less memory, exactly the same watts

I had never publicly written about Nephtys, and the first thing I have to report about it on real hardware is a null result: the memory advantage reproduced on a Raspberry Pi 5, the energy advantage never existed.

July 25, 2026 Â· 11 min Â· 2227 words Â· Andrea Bozzo
Zerobus Ingest, Rust producer, Unity Catalog sink

Zerobus Ingest: when Unity Catalog becomes the sink

In the dlt+dbt post the contract was a Unity Catalog schema. With Zerobus Ingest I moved the same question to the producer edge: when the sink is already a governed Delta table, do you really need a bus in the middle?

July 5, 2026 Â· 12 min Â· 2374 words Â· Andrea Bozzo
dlt + dbt on one Unity Catalog

dlt + dbt on One Unity Catalog (and Why It's Not 'Two DLTs')

Python-native ingestion with dlt (dlthub), SQL transformation with dbt, and a single Unity Catalog schema as the contract between them. Notes from wiring them together on a real Databricks workspace — including the naming collision that bit me in actual code.

June 22, 2026 Â· 9 min Â· 1740 words Â· Andrea Bozzo
Brain and Brain UI

Brain and Brain UI: A Knowledge Base You Actually Own

Brain is a Git-backed Markdown knowledge base. Brain UI is the Rust/Leptos control plane on top of it. This is the system, the connection between the two halves, a real config-driven taxonomy, and the honest reasons I’m putting the core in the open.

June 6, 2026 Â· 12 min Â· 2362 words Â· Andrea Bozzo
A site, hand-built - walkthrough cover

Building My Personal Mini-Site as a Real Project

How I rebuilt my personal site as a versioned, reproducible static-site system with clear separation between landing page, blog, generators, and a small Go API companion.

May 20, 2026 Â· 9 min Â· 1837 words Â· Andrea Bozzo
FinOps for AI Data Platforms 2026

FinOps for AI Data Platforms in 2026: Databricks vs AWS-Native vs DIY Iceberg on Top of Your Warehouse

Three lakehouse stacks for adding AI/ML and streaming on top of an existing warehouse, compared through a FinOps lens: DBUs, DPUs, TB-scanned, S3 GB-month, and egress, walked through real workload patterns with 2026 prices.

May 7, 2026 Â· 19 min Â· 3954 words Â· Andrea Bozzo