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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nodestream_plugin_neptune-0.12.0rc1.tar.gz
.
File metadata
- Download URL: nodestream_plugin_neptune-0.12.0rc1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.0 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af6df7481f0316d6a0afc7a599fdf343b4d74c536e9831872209ea2e4afb390f |
|
MD5 | 0a8baaecc74d49406f7772869989b671 |
|
BLAKE2b-256 | 746b451621c8201f941ce7ce136e5cd554f477c937edc3899e6bbede414d2026 |
File details
Details for the file nodestream_plugin_neptune-0.12.0rc1-py3-none-any.whl
.
File metadata
- Download URL: nodestream_plugin_neptune-0.12.0rc1-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.0 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 326f654bb8260a8598719a95770658a843a55204d4f28edeec2c0fb7f9de55a9 |
|
MD5 | 39342768bae186156016c502a3112671 |
|
BLAKE2b-256 | a7bc9d1de776be549c069a35f893acd8aa81d029fda53348138c16680e7a2cff |