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

18 Jun 2026 Biome and the Future of JavaScript Tooling

Biome is a Rust-built, minimal-config tool for formatting and linting web projects, emphasizing cross-environment consistency, type-aware linting without TypeScript, and serving as a drop-in replacement for Prettier/ESLint, while addressing tooling evolution through performance-focused design, semantic analysis, LSP integration, and community-driven features.

16 Jun 2026 Preparing for Q-Day

Quantum computing threatens public-key cryptography, necessitating a shift to post-quantum alternatives by 2029, with lattice-based methods leading despite implementation challenges, as quantum advancements accelerate the urgency for infrastructure updates and secure cryptographic transitions.

11 Jun 2026 Developing Multiplayer Games in Godot

Domekeeper, a minimalist tower defense game evolved from a Ludum Dare jam, faces significant multiplayer development challenges including latency, cheating prevention, server costs, and synchronization issues, with developers addressing these through Godot 4, custom network state management, and community-driven multiplayer design over public lobbies.

4 Jun 2026 Web Native Game Development

The evolution from Flash to WebAssembly/WebGPU in web game development highlights performance gains and engine challenges, while contrasting with traditional platforms through shorter development cycles, mobile focus, and hurdles like file size, browser compatibility, and engagement.

2 Jun 2026 The Hardware Bottleneck AI Cant Fix

The text highlights the challenges hardware engineering faces with sensor data, real-time monitoring, and post-test analysis due to limited tooling compared to software, emphasizing solutions like data supply chain platforms, the need for agile hardware innovation, and addressing constraints such as multimodal data processing, latency, and safety-critical system requirements.

More Software Engineering Daily episodes