Auto-sync: 2026-04-18 20:02

This commit is contained in:
2026-04-18 20:02:44 +08:00
parent 3f2e1765d8
commit 2ed46e251d
50 changed files with 1924 additions and 267 deletions

View File

@@ -0,0 +1,23 @@
---
title: "Amazon DocumentDB"
type: entity
tags: [AWS, Database, NoSQL, Document]
date: 2026-04-18
---
## Definition
Amazon DocumentDB 是 AWS 提供的全托管 MongoDB 兼容文档数据库,提供灵活模式处理 JSON 文档。
## Key Characteristics
- 兼容性MongoDB 兼容
- 模式:灵活 JSON 模式
- 复制:自动多可用区复制
- 扩展:自动扩展存储
## Use Cases
- 内容管理系统
- 用户配置文件
- 目录管理
## Sources
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]

View File

@@ -0,0 +1,29 @@
---
title: "Amazon DynamoDB"
type: entity
tags: [AWS, Database, NoSQL, Key-Value, Document]
date: 2026-04-18
---
## Definition
Amazon DynamoDB 是 AWS 提供的全托管键值和文档数据库,提供单数字毫秒级延迟,支持每日数万亿请求。
## Key Characteristics
- 类型:键值存储 + 文档数据库
- 延迟:单数字毫秒级别
- 规模:支持每日数万亿请求
- 模式:灵活模式,无需预定义 schema
- 备份:自动备份和点时间恢复
## Use Cases
- 物联网数据存储
- 游戏玩家数据
- 电子商务购物车
- 个性化推荐
## Sources
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]
## Case Studies
- Duolingo使用 DynamoDB 存储个性化用户数据
- Netflix使用 DynamoDB 实现弹性和低延迟 JSON 文档访问

View File

@@ -0,0 +1,28 @@
---
title: "Amazon ElastiCache"
type: entity
tags: [AWS, Database, In-Memory, Cache]
date: 2026-04-18
---
## Definition
Amazon ElastiCache 是 AWS 提供的全托管内存数据库服务,支持 Redis 和 Memcached用于缓存、实时分析等场景。
## Key Characteristics
- 引擎Redis、Memcached
- 类型:内存数据库/缓存
- 延迟:微秒级
- 复制:自动主从复制
## Use Cases
- 缓存常用数据
- 会话存储
- 实时分析
- 游戏排行榜
## Sources
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]
## Case Studies
- Duolingo使用 ElastiCache 缓存常见词汇和短语
- Peloton使用 ElastiCache Redis 为客户提供即时反馈

View File

@@ -0,0 +1,23 @@
---
title: "Amazon Keyspaces"
type: entity
tags: [AWS, Database, Wide-Column, Cassandra]
date: 2026-04-18
---
## Definition
Amazon Keyspaces 是 AWS 提供的 Apache Cassandra 托管服务,提供无服务器选项。
## Key Characteristics
- 兼容性Apache Cassandra 兼容
- 部署:无服务器选项
- 复制:自动多可用区复制
- 扩展:自动扩展
## Use Cases
- 物联网时序数据
- 事件日志
- 大规模应用
## Sources
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]

View File

@@ -0,0 +1,23 @@
---
title: "Amazon Neptune"
type: entity
tags: [AWS, Database, Graph]
date: 2026-04-18
---
## Definition
Amazon Neptune 是 AWS 提供的全托管图形数据库,适用于欺诈检测、社交网络和推荐系统。
## Key Characteristics
- 类型:图形数据库
- 协议SPARQL 和 Gremlin
- 复制:自动多可用区复制
## Use Cases
- 欺诈检测
- 社交网络分析
- 推荐引擎
- 网络安全
## Sources
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]

View File

@@ -0,0 +1,23 @@
---
title: "Amazon Timestream"
type: entity
tags: [AWS, Database, Time-Series]
date: 2026-04-18
---
## Definition
Amazon Timestream 是 AWS 提供的全托管时序数据库,专为 IoT 设备等高容量时间序列数据设计。
## Key Characteristics
- 类型:时序数据库
- 优化:高写入吞吐量
- 分析:内置时间序列分析函数
- 存储:内存引擎 + 磁带引擎分层
## Use Cases
- IoT 传感器数据
- 基础设施监控
- 应用性能监控
## Sources
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]

29
wiki/entities/Aurora.md Normal file
View File

@@ -0,0 +1,29 @@
---
title: "Aurora"
type: entity
tags:
- AWS
- Database
- Cloud Native
sources:
- ctp-topic-66-exposing-the-differences-between-postgresql-rds-and-aurora
last_updated: 2026-04-18
---
## Definition
Aurora 是 Amazon 自研的云原生关系型数据库,与 MySQL 和 PostgreSQL 兼容。其架构使用 6 个 EBS 卷跨 3 个可用区存储数据,由 Amazon 管理。
## Key Characteristics
- 存储架构6 个 EBS 卷跨 3 个 AZ
- RTO30 秒AZ 故障场景)
- 自动扩展:支持 Serverless v2
- 读副本:与主库共享存储,无需数据复制
## Pricing
- 最低实例规格和成本高于 RDS
- IO 按 IOPS 计费(实际无上限)
## Use Cases
- 大型数据库10-20TB+
- 需要高 availability 的生产环境
- 需要快速故障恢复的业务

16
wiki/entities/Duolingo.md Normal file
View File

@@ -0,0 +1,16 @@
---
title: "Duolingo"
type: entity
tags: [company, AWS, case-study]
date: 2026-04-18
---
## Profile
- 角色:案例公司,多语言学习平台
- 用例:使用 DynamoDB 存储个性化数据ElastiCache 缓存常见词汇/短语Aurora 处理事务数据
## Sources
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]] — AWS 专用数据库架构
## Aliases
- Duolingo

View File

@@ -0,0 +1,16 @@
---
title: "Femi George"
type: entity
tags: [person, AWS, database]
date: 2026-04-18
---
## Profile
- 角色AWS 数据库销售专家Database Sales Specialist
- 贡献CTP Topic 51 主讲人,讲解 AWS 专用数据库架构
## Sources
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]] — AWS 专用数据库架构
## Aliases
- Femi George

View File

@@ -0,0 +1,26 @@
---
title: "Gruntwork"
type: entity
tags:
- aws
- landing-zone
- infrastructure
sources: [ctp-topic-17-active-directory-services-in-gruntwork-aws-lzs]
last_updated: 2026-04-18
---
## Summary
Gruntwork 提供基于最佳实践的预配置 AWS 基础架构框架 Landing Zones包括 R&D Labs 和 SAS 两种环境类型。
## Definition
AWS Landing Zone 框架提供商,定义企业级 AWS 多账号架构和环境命名规范。
## Key Attributes
- **类型**:基础设施框架提供商
- **产品**Gruntwork Landing Zones
- **域名规范**swinford.net研发、intsas.local生产/SAS
## Connections
- [[AWS]] ← hosts ← [[Gruntwork]]
- [[swinford-net]] ← uses ← [[Gruntwork-Landing-Zone]]
- [[intsas-local]] ← uses ← [[Gruntwork-Landing-Zone]]

18
wiki/entities/MIM.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "MIM"
type: entity
tags:
- identity-management
- microsoft
sources: [ctp-topic-17-active-directory-services-in-gruntwork-aws-lzs]
last_updated: 2026-04-18
---
## Summary
MIMMicrosoft Identity Manager是 R&D 环境中用于安全组管理和权限申请的自助服务解决方案。
## Definition
Microsoft Identity Manager企业身份管理工具用于 R&D 环境的安全组管理和权限申请。
## Connections
- [[swinford-net]] ← manages ← [[MIM]]

28
wiki/entities/NetApp.md Normal file
View File

@@ -0,0 +1,28 @@
---
title: "NetApp"
type: entity
tags:
- storage
- enterprise
last_updated: 2026-04-18
---
## Company
NetApp网宿科技是一家美国混合云数据管理和存储解决方案提供商成立于 1992 年NASDAQ 上市。
## Products
- **ONTAP**NetApp 的核心操作系统,运行在 FAS、AFF、ASA 等存储系统上
- **Cloud Volume ONTAP (CVO)**AWS、Azure、GCP 上的云端版本,纯软件定义存储
- **SnapMirror**:块级数据复制工具,用于灾难恢复和数据迁移
- **SnapVault**:备份和归档解决方案
## AWS Services
NetApp 在 AWS 上提供 Cloud Volume ONTAP (CVO),通过 EC2 实例运行,支持单节点或 HA 部署。
## Links
- AWS Marketplace: CVO 产品页面
- 官方文档NetApp ONTAP 文档

16
wiki/entities/Netflix.md Normal file
View File

@@ -0,0 +1,16 @@
---
title: "Netflix"
type: entity
tags: [company, AWS, case-study]
date: 2026-04-18
---
## Profile
- 角色:案例公司,流媒体平台
- 用例:使用 DynamoDB 实现弹性和低延迟访问 JSON 文档
## Sources
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]] — AWS 专用数据库架构
## Aliases
- Netflix

16
wiki/entities/Peloton.md Normal file
View File

@@ -0,0 +1,16 @@
---
title: "Peloton"
type: entity
tags: [company, AWS, case-study]
date: 2026-04-18
---
## Profile
- 角色:案例公司,健身平台
- 用例:使用 ElastiCache Redis 为客户提供即时反馈
## Sources
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]] — AWS 专用数据库架构
## Aliases
- Peloton

View File

@@ -0,0 +1,21 @@
---
title: "SMACKS Ticket"
type: entity
tags:
- ticketing
- support
sources: [ctp-topic-17-active-directory-services-in-gruntwork-aws-lzs]
last_updated: 2026-04-18
---
## Summary
SMACKS 是 Gruntwork Landing Zones 中的内部服务管理工单系统,用于申请新账号、密码重置和处理生产环境变更。
## Definition
内部服务工单系统,处理生产/SAS 环境的:
- 账号申请
- 密码重置
- 生产环境变更请求
## Related
- [[intsas-local]] ← 用于生产环境

View File

@@ -0,0 +1,22 @@
---
title: "intsas.local"
type: entity
tags:
- active-directory
- domain
sources: [ctp-topic-17-active-directory-services-in-gruntwork-aws-lzs]
last_updated: 2026-04-18
---
## Summary
intsas.local 是 Gruntwork Landing Zones 中生产与分阶段 SAS 环境的 Active Directory 域名,强调资源所有权和审计。
## Definition
生产与分阶段 SASStaging and Production环境的内部域名强调资源所有权和审计追踪。
## Type
- 生产/SAS 环境专用域名
## Related
- [[Gruntwork-Landing-Zone]]
- [[SMACKS-Ticket]] ← 用于账号申请和密码重置

View File

@@ -0,0 +1,22 @@
---
title: "swinford.net"
type: entity
tags:
- active-directory
- domain
sources: [ctp-topic-17-active-directory-services-in-gruntwork-aws-lzs]
last_updated: 2026-04-18
---
## Summary
swinford.net 是 Gruntwork Landing Zones 中 R&D Labs研发实验室环境专用的 Active Directory 域名。
## Definition
研发实验室环境的统一域名,支持自助服务管理。
## Type
- 研发实验室R&D Labs专用域名
## Related
- [[Gruntwork-Landing-Zone]]
- [[MIM]] ← 用于安全组管理和权限申请