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

31 Mar 2026 FreeBSD with John Baldwin

FreeBSD's evolution from BSD, its use in PlayStation 4 and Netflix's CDN, community-driven governance, challenges in maintaining a legacy codebase, modernization efforts, hardware integrations, and initiatives like CherryBSD for memory safety, alongside licensing and corporate collaboration impacts.

26 Mar 2026 Cilium, eBPF, and Modern Kubernetes Networking with Bill Mulligan

eBPF-based projects like Cilium address cloud-native networking challenges by enabling scalable, secure, identity-driven traffic management in Kubernetes through kernel-level programmability, replacing traditional tools with efficient, crash-resistant solutions.

24 Mar 2026 Games That Push Back with Bennett Foddy

Bennett Foddy's systems-driven design emphasizes physics-based mechanics, absurdist themes, and nuanced frustration over simplistic difficulty, using games like *QWOP* and *Baby Steps* to explore player agency, iterative discovery, and critiques of industry trends through accessible, community-informed development.

19 Mar 2026 Prettier and Opinionated Code Formatting with James Long

Developer tooling shapes software workflows by streamlining code formatting with opinionated tools like Prettier, addressing formatting inefficiencies, differentiating from ESLint through dynamic code structure analysis, and confronting adoption hurdles, open-source sustainability challenges, ecosystem fragmentation, and the trade-offs between flexibility, usability, and developer needs in JavaScript tooling.

17 Mar 2026 Skate Story with Sam Eng

Skate Story, a 2025 indie game, blends vaporwave aesthetics, existential themes, and surreal storytelling with fluid skate mechanics, a linear journey of a glass demon to the moon, accessible controls, cosmic challenges, retro visuals, and themes of perseverance and real-world skateboarding inspiration.

More Software Engineering Daily episodes