--- title: "Amazon Neptune" type: entity tags: - AWS - Database - Graph sources: - ctp-topic-51-architecting-with-aws-purpose-built-databases last_updated: 2026-04-28 --- ## Overview Amazon Neptune 是 AWS 的全托管图数据库服务,支持 Apache TinkerPop Gremlin 和 SPARQL 两种图查询语言,用于发现关系网络中的关联模式。 ## Aliases - Neptune - Amazon Neptune - Amazon Neptune Database ## Description - **类型**:全托管图数据库 - **查询语言**:Gremlin(属性图)· SPARQL(RDF)· openCypher(新增) - **核心价值**:发现关系数据库难以处理的相关性 · 高效遍历多层关系 - **适用场景**:欺诈检测 · 社交网络 · 推荐引擎 · 网络/IT运维 · 生命科学 ## Key Properties | 属性 | 说明 | |------|------| | 图模型 | 属性图(Apache TinkerPop)· RDF | | 集群配置 | 多 AZ 高可用,自动复制 | | 查询性能 | 高效多跳关系遍历 | | 加密 | KMS 静态加密 | | 备份恢复 | 自动备份,秒级恢复 | ## Connections - [[Amazon-RDS]]:Neptune(复杂关系图)vs RDS(结构化关系型)— 关系复杂度决定选型 - [[Purpose-Built-Databases]]:Neptune 是 AWS 专用数据库品类中的图数据库成员 - [[Multi-Database-Architecture]]:Neptune 在多数据库架构中作为图关系数据层 ## Referenced In - [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]