Files
nexus/wiki/entities/Netflix.md
2026-04-28 16:03:03 +08:00

41 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Netflix"
type: entity
tags:
- Company
- Technology
- Streaming
- DynamoDB
sources:
- ctp-topic-51-architecting-with-aws-purpose-built-databases
last_updated: 2026-04-28
---
## Overview
Netflix 是全球最大的流媒体和娱乐订阅服务平台,也是 AWS 的深度用户,其大规模分布式系统架构是行业标杆案例。
## Aliases
- Netflix
- Netflix, Inc.
- Netflix Tech Blog
## Description
- **行业**:流媒体与娱乐
- **规模**2亿+订阅用户覆盖190+国家
- **AWS 深度用户**Netflix 将大部分基础设施运行在 AWS 上
- **DynamoDB 使用场景**:高弹性、低延迟 JSON 文档访问——用于存储用户偏好、观看历史、会话数据等
- **架构价值**:展示了 DynamoDB 在超大规模下维持高弹性和低延迟的能力
## AWS Database Usage
Netflix 使用 [[Amazon-DynamoDB]] 实现:
- 用户配置数据的高可用访问
- JSON 文档的灵活存储和快速检索
- 任意规模下的弹性扩展
## Connections
- [[Amazon-DynamoDB]]Netflix 是 DynamoDB 的生产级用户
- [[Multi-Database-Architecture]]Netflix 的多数据库架构参考案例
## Referenced In
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]