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

43 lines
1.4 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: "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属性图· SPARQLRDF· 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]]