

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 将现有图形迁移到 Amazon Neptune
<a name="migrating"></a>

有许多工具和技术可以帮助您将现有图形数据从其它数据存储迁移到 Amazon Neptune。

简单的迁移工作流程涉及以下步骤：
+ 将数据从其现有存储导出到 Amazon Simple Storage Service (Amazon S3)。
+ 清理数据并进行格式化以供导入。
+ 使用[Neptune 批量加载程序](bulk-load.md)将数据加载到 Neptune 数据库集群中。
+ 将您的 Gremlin 或 SPARQL 应用程序配置为使用 Neptune 提供的相应端点。

**注意**  
您的 Neptune 集群必须在您的应用程序可以访问的 VPC 中运行。

有一些方法可以简化和自动执行其中一些步骤，具体取决于数据的存储位置：

**Topics**
+ [从 Neo4j 迁移到 Amazon Neptune](migrating-from-neo4j.md)
+ [将现有图形从 Apache TinkerPop Gremlin 服务器迁移到 Amazon Neptune](migrating-from-tinkerpop.md)
+ [将现有图形从 RDF 三重存储迁移到 Amazon Neptune](migrating-from-rdf.md)
+ [使用 AWS Database Migration Service (AWS DMS) 从关系数据库或 NoSQL 数据库迁移到 Amazon Neptune](migrating-using-dms.md)
+ [从 Blazegraph 迁移到 Amazon Neptune](migrating-from-blazegraph.md)