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
Close
Hashes for nodestream_plugin_neptune-0.12.0a2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb6ae3e1e6fdc8d81b2a68b2b6fd2d4deb4a1e21514d39c4e979d5c0d869a4fe |
|
MD5 | d8ac7f43de66207d48dbdbdb2a9fc71d |
|
BLAKE2b-256 | 9830a3959c391ef72ce2511f3019e57139d3575a4a7fd679c1d0a45cdda5537b |
Close
Hashes for nodestream_plugin_neptune-0.12.0a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb47f905f6148ba69700d5ec6765260c085f30af9bef9aa9d9f82c9520ede0c9 |
|
MD5 | a67e1ce97df7717ac9011b69ff8e9904 |
|
BLAKE2b-256 | cd2a15105bed108355ef8a4315259db1ba741ff07ffa8e419d97d06c62625c64 |