

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

# 从 Neptune 数据库集群中导出数据
<a name="neptune-data-export"></a>

从 Neptune 数据库集群导出数据有几种好方法：
+ 对于少量数据，只需使用一个或多个查询的结果即可。
+ 对于 RDF 数据，[图形存储协议 (GSP)](sparql-graph-store-protocol.md) 可以简化导出过程。例如：

  ```
  curl --request GET \
    'https://{{your-neptune-endpoint}}:{{port}}/sparql/gsp/?graph={{http://www.example.com/named/graph}}'
  ```
+ 还有一个强大而灵活的开源工具，用于导出 Neptune 数据，即 [https://github.com/aws/neptune-export](https://github.com/aws/neptune-export)。以下各节介绍了此工具的特征以及如何使用它。

**Topics**
+ [使用 `neptune-export`](neptune-export.md)
+ [使用 Neptune-Export 服务导出 Neptune 数据](export-service.md)
+ [使用 `neptune-export` 命令行工具从 Neptune 导出数据](export-utility.md)
+ [由 Neptune-Export 和 `neptune-export` 导出的文件](exported-files.md)
+ [用于控制 Neptune 导出过程的参数](export-parameters.md)
+ [对 Neptune 导出过程进行故障排除](export-troubleshooting.md)
+ [将 Gremlin 查询结果导出到 Amazon S3](exporting-gremlin.md)