---
title: "How Netflix Scales its API with GraphQL Federation (Part 1)"
url: https://daily.dev/posts/how-netflix-scales-its-api-with-graphql-federation-part-1--gsyr-3igr
source_url: https://netflixtechblog.com/how-netflix-scales-its-api-with-graphql-federation-part-1-ae3557c187e2
type: article
source: "Netflix TechBlog"
published: 2020-11-12T07:00:49.854Z
updated: 2021-10-07T14:17:10.317Z
tags: ["graphql"]
reading_time: 12
upvotes: 27
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How Netflix Scales its API with GraphQL Federation (Part 1)

**[Netflix TechBlog](https://daily.dev/sources/netflix)** · 12 min read · 27 upvotes · 2 comments

## Summary

Netflix is known for its loosely coupled and highly scalable microservice architecture. Independent services allow for evolving at different paces and scaling independently. But they add complexity for use cases that span multiple services. Rather than exposing 100s of microservices to UI developers, Netflix offers a unified API aggregation layer at the edge.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://netflixtechblog.com/how-netflix-scales-its-api-with-graphql-federation-part-1-ae3557c187e2>

## Community discussion

Top comments from developers on daily.dev.

**@berkmann18** · 1 upvotes

> That was a nice case study on GraphQL Federation, with some really useful models.

**@idoshamun** · 0 upvotes

> This article tells the evolution of their UI facing architecture. Highly recommended!

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#graphql](https://daily.dev/tags/graphql)

[View this post on daily.dev](https://daily.dev/posts/how-netflix-scales-its-api-with-graphql-federation-part-1--gsyr-3igr)
