

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# Neptune DB 클러스터에서 데이터 내보내기
<a name="neptune-data-export"></a>

Neptune DB 클러스터에서 데이터를 내보내는 몇 가지 좋은 방법이 있습니다.
+ 데이터 양이 적은 경우 하나 이상의 쿼리 결과를 사용하면 됩니다.
+ RDF 데이터의 경우 [그래프 저장소 프로토콜(GSP)](sparql-graph-store-protocol.md)을 사용하면 쉽게 내보낼 수 있습니다. 예제:

  ```
  curl --request GET \
    'https://{{your-neptune-endpoint}}:{{port}}/sparql/gsp/?graph={{http://www.example.com/named/graph}}'
  ```
+ [https://github.com/aws/neptune-export](https://github.com/aws/neptune-export)라는 Neptune 데이터를 내보내기 위한 강력하고 유연한 오픈 소스 도구도 있습니다. 다음 섹션에서는 이 도구의 기능과 사용 방법에 대해 설명합니다.

**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)
+ [Amazon S3로 Gremlin 쿼리 결과 내보내기](exporting-gremlin.md)