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.0rc1.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file nodestream_plugin_neptune-0.12.0rc1.tar.gz.

File metadata

File hashes

Hashes for nodestream_plugin_neptune-0.12.0rc1.tar.gz
Algorithm Hash digest
SHA256 af6df7481f0316d6a0afc7a599fdf343b4d74c536e9831872209ea2e4afb390f
MD5 0a8baaecc74d49406f7772869989b671
BLAKE2b-256 746b451621c8201f941ce7ce136e5cd554f477c937edc3899e6bbede414d2026

See more details on using hashes here.

File details

Details for the file nodestream_plugin_neptune-0.12.0rc1-py3-none-any.whl.

File metadata

File hashes

Hashes for nodestream_plugin_neptune-0.12.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 326f654bb8260a8598719a95770658a843a55204d4f28edeec2c0fb7f9de55a9
MD5 39342768bae186156016c502a3112671
BLAKE2b-256 a7bc9d1de776be549c069a35f893acd8aa81d029fda53348138c16680e7a2cff

See more details on using hashes here.

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