More Software Engineering Daily episodes

Airbnbs Open-Source GraphQL Framework with Adam Miskiewicz thumbnail

Airbnbs Open-Source GraphQL Framework with Adam Miskiewicz

Published 5 Feb 2026

Duration: 55:45

Airbnb's Viaduct service mesh and GraphQL platform aims to streamline data access in microservices environments through a unified graph.

Episode Description

Engineering teams often build microservices as their systems grow, but over time this can lead to a fragmented ecosystem with scattered data access pa...

Overview

The podcast explores the development of Viaduct, a data-oriented service mesh and GraphQL platform built by Airbnb to manage the complexity of its fragmented microservices architecture. The system was initially created by a working group focused on unifying data access, minimizing duplication, and ensuring a consistent developer experience through the construction of a centralized data graph. Early iterations of Viaduct concentrated on presentation services, transforming Thrift APIs into a unified schema using schema stitching before the availability of Apollo Federation.

Viaduct's architecture features a tenant API, execution engine, and hosted code, designed to support re-entrancy, strong typing, and high performance for handling large-scale queries. The platform exists in two versionsClassic and Modernwith Modern aiming to enhance scalability, runtime efficiency, and developer experience by introducing better abstractions and async memoization. Although the goal is to open-source Viaduct Modern, some enterprise-level features remain internal. The discussion also touches on future trends, noting that GraphQL's flexible and unified data model may become increasingly important in AI-integrated systems, where structured and adaptable data access is crucial.

Recent Episodes of Software Engineering Daily

6 Aug 2026 The Terminal as an Agentic Interface

"Explores the terminal's evolving role in software development, emphasizing its AI-driven future with Warp's innovations and Oz's enterprise cloud infrastructure for secure, automated workflows."

30 Jul 2026 Docker and Sandboxing AI Agents

**"Docker Sandboxes use micro-VMs to securely run untrusted code like AI agents, offering hardware emulation, strict isolation, and fast startup for dynamic workloads without compromising host systems."**

21 Jul 2026 NanoClaw and the Rise of Personal AI Agents

"AI agents like NanoClaw function as secure, persistent digital assistants, using sandboxed Docker containers, zero-trust principles, and human oversight to manage tasks autonomously while preventing unauthorized access."

16 Jul 2026 Agentic DevOps at AWS

"AI agents transform DevOps by automating tasks, improving incident response, and enabling faster, more efficient workflows, with AWS integrating them into existing tools while emphasizing human oversight and career growth."

More Software Engineering Daily episodes