This plugin provides a Nodestream interface to Amazon Neptune.
pip install nodestream-plugin-neptune
# nodestream.yaml
targets:
my-neptune-db:
database: neptune
mode: database
host: https://<NEPTUNE_ENDPOINT>:<PORT>
region: <AWS_REGION>
my-neptune-analytics:
database: neptune
mode: analytics
graph_id: <GRAPH_IDENTIFIER>