Migrating an existing graph from an Apache TinkerPop Gremlin server to Amazon Neptune - Amazon Neptune
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Migrating an existing graph from an Apache TinkerPop Gremlin server to Amazon Neptune

If you have graph data in an Apache TinkerPop Gremlin Server that you would like to migrate to Amazon Neptune, you would take the following steps:

  1. Export the data from Gremlin server into Amazon Simple Storage Service (Amazon S3).

  2. Convert the exported data to a CSV format that the Neptune bulk loader can import.

  3. Using Neptune Bulk Loader, import the data into a Neptune DB cluster that you have prepared.

  4. Modify your existing application to connect to Neptune's Gremlin endpoint, and make any changes necessary to conform with Neptune Gremlin implementation differences.