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 details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for nodestream_plugin_neptune-0.12.0.tar.gz
Algorithm Hash digest
SHA256 b5a3c09ad2695d15a7f4d7dbdb4986ce7f4cea3e82cd518c2ad0536f9dce1764
MD5 f9d4ab54dc760498120d0664bb70f3cd
BLAKE2b-256 f316fc907d012d5c1ab84019ef423e09e378f42372219d97255bae256325f330

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nodestream_plugin_neptune-0.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8d19a9d83575ee475209927c20c7791585e9b168a030a16ef724d214cee68e6e
MD5 7a2070c7b4f2ae48ecf155c73b02601f
BLAKE2b-256 7fc7d1a425f587b8315a67fa4bc204f0c23e055bbefeb6e76fa42f1bfebdce84

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