

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 從 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)