InfoQ Live Logo

The Software Architects' Newsletter
July 2026
View in browser

Welcome to the InfoQ Software Architects' Newsletter! We bring you essential news and experience on emerging patterns and technologies from industry peers each month.

This month, we focus on "Building Data Platforms: Design, Architecture, and Enablement". Technologies, patterns, and practices from this topic span the entire "diffusion of innovation" graph in last year's "InfoQ Software Architecture and Design Trends Report".

We examine how architects design data systems that balance governance with accessibility, including data mesh, decentralized ownership models, and platform engineering approaches that make data infrastructure self-service. As organizations move beyond monolithic data warehouses toward composable, product-oriented data platforms, understanding the architectural trade-offs in scalability, discoverability, and cross-team enablement is becoming a core concern.

News

Cloudflare Details Unified Data Platform Where Billing Workloads Account for Fifty-Three Percent of Queries

Cloudflare has detailed Town Lake, its internal unified data platform, reporting that billing workloads account for fifty-three percent of all platform queries. The system, built alongside an AI-powered analytics agent called Skipper, is designed to unify access to operational, billing, security, and business data previously distributed across fragmented systems.

Anthropic Reports Claude Now Handles Ninety-Five Percent of Internal Analytics Queries

Anthropic recently reported that Claude now handles around ninety-five percent of its internal analytics requests, letting employees query business data independently instead of relying on data teams. The company attributes this result less to advances in models and more to data governance, semantic definitions, and operational discipline.

Neobank Monzo Builds Governed Data Mesh across One Hundred Teams and Twelve Thousand Dbt Models

Monzo recently redesigned its data warehouse to support more than one hundred teams working on over twelve thousand dbt models. Introducing a so-called "meshy" approach, Monzo cut warehouse costs by about forty percent and improved data delivery speed by twenty-five percent.

Monzo, a UK-based digital bank, rebuilt its data platform around defined modeling layers, explicitly declared interface models for cross-team data dependencies, and CI-enforced validation of structure, naming, and access patterns. The migration covered thousands of dbt models and introduced hundreds of governed interfaces, reducing redundant queries and recomputation, improving data landing times, and reversing warehouse cost growth.

Challenging Google Analytics: Building a Scalable, Cost-Effective User Tracking Service

In an InfoQ Dev Summit talk recording, Alina Krasavina explains how Delivery Hero successfully deprecated Google Analytics and migrated to an internal user tracking platform. She discusses how a simplistic, highly scalable architecture allowed them to handle ten times more load while capturing ninety-seven percent of tracking data.

Compiling Workflows into Databases: The Architecture That Shouldn't Work (But Does)

Jeremy Edberg and Qian Li discuss why external orchestrators decrease reliability and how to use your existing database for durable execution. They share how DBOS Transact uses standard tables, SKIP LOCKED queues, and unique primary keys to manage complex, fault-tolerant AI workflows with minimal latency, all without the operational overhead of separate distributed systems.

Sponsored

Building AI Agent Evals for High-Stakes Incident Response - Sponsored by Datadog

AI agents are making real decisions in production — but how do you know they're reasoning correctly when it matters most? Join Datadog and InfoQ to learn how to build an evaluation platform that measures and improves AI agent performance in incident response. You'll leave with practical architectures, metrics for reasoning quality, and patterns for evaluating tool usage and multi-step reasoning in production AI systems. August 6, 2026 @ 1 PM EDT.

Register Now for the InfoQ Webinar “Building AI Agent Evals for High-Stakes Incident Response”, sponsored by Datadog

Case Study

From Batch to Micro-Batch Streaming: Lessons Learned the Hard Way in a Delta Index Pipeline

A production delta-index pipeline for search and ads retrieval moved from scheduled batch processing to continuously running micro-batch streaming, cutting worst-case freshness lag from roughly ten minutes to thirty seconds. The system generated an inverted index from ads, campaign, and behavioral data, and previously relied on externally scheduled batch jobs that suffered from compounding delays: Incremental data often waited a full scheduling interval before processing, failures forced re-running entire windows, and traffic bursts could skip or delay runs entirely.

The team first attempted record-level streaming, viewed as the theoretically correct approach, but abandoned it. The indexing logic operated on grouped product and item representations rather than individual records, so per-record updates risked partial-update states and inconsistent search results without meaningful benefit.

The team converged on micro-batch streaming using Spark Structured Streaming with a thirty-second trigger interval, much finer than the five-to-seven-minute partition arrival cadence.

Each cycle compared the latest visible partition against an externally maintained watermark and advanced only when a newer partition appeared, skipping intermediate partitions rather than processing them sequentially. This approach was safe because delta runs used overlapping sliding windows, so skipped partitions were naturally recovered by later runs, with periodic full index rebuilds as a backstop.

An early attempt to reuse success-file and completion-marker logic from the batch system proved unreliable under continuous evaluation, because object storage listings and markers became visible at inconsistent times. Replacing this earlier attempt with deterministic, time-driven watermark comparisons solved the problem.

Long-running execution also introduced gradual memory growth and unpredictable garbage collection pauses. Rather than eliminating these effects, the team scheduled restarts every twenty-four hours and added a watchdog to monitor liveness and enforce restarts, turning failures into routine, recoverable events.

The result was roughly fifty percent lower end-to-end latency, achieved without adopting full record-level streaming.

This content is a short summary of a recent InfoQ article by Parveen Saini, "From Batch to Micro-Batch Streaming: Lessons Learned the Hard Way in a Delta Index Pipeline".

To get notifications when InfoQ publishes content on these topics, follow "AI, ML & Data Engineering", "Big Data", and "Database" on InfoQ.


InfoQ Online Certification Program: five weeks with the senior practitioners you'd usually only see on a QCon stage

The more senior you get, the less pushback you hear. The people who could test your thinking mostly report to you. And the hardest decisions this year, like how to govern AI in production, or when to move an agent to live traffic, you make and defend on your own.

Each cohort in InfoQ's Online Certification Program is led by a working practitioner, someone still doing the job day to day. For five weeks, four hours a week, you work online with them and a small cohort of senior engineers and software architects from other companies. Each week you take a QCon talk and work through how it applies to what you're each building at work.

Upcoming InfoQ Online Certification Programs:

  • Architecture with Luca Mezzalira, Principal Solutions Architect.

    The sociotechnical side of the job: trade-offs and communication, decentralized decision-making, platform engineering, and the AI architecture decisions you're now being asked to own.

    Three intakes are open, starting August 13, September 14, and October 9. Two groups each, 09:30 BST and 10:00 EDT.

  • Engineering Leadership with Michelle Brush, Engineering Director for SRE at Google.

    Moving from writing the code to setting the technical direction, and being accountable for it. Your decisions get tested against senior peers from other companies. Starting August 21 or October 9, Fridays 10:00 PDT

  • AI Security & Privacy Engineering with Katharine Jarmul, author of O'Reilly's Practical Data Privacy.

    Securing and governing AI systems in production: sensitive data handling, threat modeling and red teaming, controls and sandboxes, governance and auditing.

    Starting August 26, Wednesdays 2:00 PM CEST, with an October 14 intake to follow.

See all cohorts and dates.

Missed a newsletter? You can find all of the previous issues on InfoQ.

Sponsored

Agentic AI is the next architectural frontier — and it demands a new playbook - Sponsored by Astronomer

InfoQ's Agentic AI Architecture eMag brings together five expert perspectives on the patterns, frameworks, and principles shaping this emerging paradigm. Explore how agentic systems decompose decisions the way microservices decompose functionality, trace the evolution from chains to graphs to code, and discover context engineering as a discipline in its own right. A three-tier enterprise framework offers a practical blueprint for implementation, while a closing synthesis connects observability, reliability, and the broader shifts architects must prepare for.

Download the eMag “Agentic AI Architecture”, sponsored by Akka

Upcoming Events

About InfoQ

Senior software developers rely on the InfoQ community to keep ahead of the adoption curve. One of the main reasons software architects and engineers tell us they keep coming back to InfoQ is because they trust the information provided and selected by their peers.

We’ve been helping software development teams adopt new technologies and practices for over 20 years through InfoQ articles, news items, podcasts, tech talks, trends reports, and QCon software development conferences.

We hope you find this newsletter useful. If not, you can unsubscribe using the link below.

Unsubscribe

Forwarded email? Subscribe and get your own copy.

Subscribe

Follow InfoQ on:

You have received this email because you subscribed to "The Architects' Newsletter". To stop receiving the Architects' Newsletter, please click the following link: Unsubscribe

- - -

C4Media Inc. (InfoQ.com), 705-2267 Lake Shore Blvd. West,
Toronto, Ontario, Canada, M8V 3X2