Skip to main content

No project description provided

Project description

Neptune Plugin for Nodestream

This plugin provides a Nodestream interface to Amazon Neptune.

NOTE: This plugin is currently in development and is not yet ready for production use.

Installation

pip install nodestream-plugin-neptune

NOTE: This plugin is currently only available in a pre-release version. When creating a new project with nodestream new test_project_name --database neptune, you may need to update the generated pyproject.toml file to use the latest pre-release version of the Neptune plugin from PyPI. For example:

# ...
[tool.poetry.dependencies]
python = "^3.10"
nodestream = "^0.12.0a2"

nodestream-plugin-neptune = "^0.12"
# ...

should be updated to

# ...
[tool.poetry.dependencies]
python = "^3.10"
nodestream = "^0.12.0a3"
nodestream-plugin-neptune = "^0.12.0a2"
# ...

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>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nodestream_plugin_neptune-0.12.0.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page