Exporting data from a Neptune DB cluster - Amazon Neptune

Exporting data from a Neptune DB cluster

There are several good ways to export data from a Neptune DB cluster:

  • For small amounts of data, simply use the results of a query or queries.

  • For RDF data, the Graph Store Protocol (GSP) can make exporting easy. For example:

    curl --request GET \ 'https://your-neptune-endpoint:port/sparql/gsp/?graph=http%3A//www.example.com/named/graph'
  • There is also a powerful and flexible open-source tool for exporting Neptune data, namely neptune-export. The following sections describe the features of this tool and how to use it.