Skip to content

nodestream-proj/nodestream-plugin-neptune

Repository files navigation

Neptune Plugin for Nodestream

This plugin provides a Nodestream interface to Amazon Neptune.

Installation

pip install nodestream-plugin-neptune

Usage

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