nodestream-plugin-neptune


Namenodestream-plugin-neptune JSON
Version 0.12.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-04-05 17:30:16
maintainerNone
docs_urlNone
authorZach Probst
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Neptune Plugin for Nodestream

This plugin provides a [Nodestream](https://github.com/nodestream-proj/nodestream) interface to Amazon Neptune. 

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

## Installation

```bash
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:

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

nodestream-plugin-neptune = "^0.12"
# ...
```
should be updated to
```toml
# ...
[tool.poetry.dependencies]
python = "^3.10"
nodestream = "^0.12.0a3"
nodestream-plugin-neptune = "^0.12.0a2"
# ...
```

## Usage

```yaml
# 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>
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nodestream-plugin-neptune",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Zach Probst",
    "author_email": "Zach_Probst@intuit.com",
    "download_url": "https://files.pythonhosted.org/packages/f3/16/fc907d012d5c1ab84019ef423e09e378f42372219d97255bae256325f330/nodestream_plugin_neptune-0.12.0.tar.gz",
    "platform": null,
    "description": "# Neptune Plugin for Nodestream\n\nThis plugin provides a [Nodestream](https://github.com/nodestream-proj/nodestream) interface to Amazon Neptune. \n\n**NOTE: This plugin is currently in development and is not yet ready for production use.**\n\n## Installation\n\n```bash\npip install nodestream-plugin-neptune\n```\n\n**NOTE:** This plugin is currently only available in a pre-release version. When creating a new project with\n`nodestream new test_project_name --database neptune`, you may need to update the generated pyproject.toml file to\nuse the latest pre-release version of the Neptune plugin from PyPI. For example:\n\n```toml\n# ...\n[tool.poetry.dependencies]\npython = \"^3.10\"\nnodestream = \"^0.12.0a2\"\n\nnodestream-plugin-neptune = \"^0.12\"\n# ...\n```\nshould be updated to\n```toml\n# ...\n[tool.poetry.dependencies]\npython = \"^3.10\"\nnodestream = \"^0.12.0a3\"\nnodestream-plugin-neptune = \"^0.12.0a2\"\n# ...\n```\n\n## Usage\n\n```yaml\n# nodestream.yaml\ntargets:\n  my-neptune-db:\n    database: neptune\n    mode: database\n    host: https://<NEPTUNE_ENDPOINT>:<PORT>\n    region: <AWS_REGION>\n  my-neptune-analytics:\n    database: neptune\n    mode: analytics\n    graph_id: <GRAPH_IDENTIFIER>\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.12.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fc7d1a425f587b8315a67fa4bc204f0c23e055bbefeb6e76fa42f1bfebdce84",
                "md5": "7a2070c7b4f2ae48ecf155c73b02601f",
                "sha256": "8d19a9d83575ee475209927c20c7791585e9b168a030a16ef724d214cee68e6e"
            },
            "downloads": -1,
            "filename": "nodestream_plugin_neptune-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a2070c7b4f2ae48ecf155c73b02601f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 12388,
            "upload_time": "2024-04-05T17:30:15",
            "upload_time_iso_8601": "2024-04-05T17:30:15.128747Z",
            "url": "https://files.pythonhosted.org/packages/7f/c7/d1a425f587b8315a67fa4bc204f0c23e055bbefeb6e76fa42f1bfebdce84/nodestream_plugin_neptune-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f316fc907d012d5c1ab84019ef423e09e378f42372219d97255bae256325f330",
                "md5": "f9d4ab54dc760498120d0664bb70f3cd",
                "sha256": "b5a3c09ad2695d15a7f4d7dbdb4986ce7f4cea3e82cd518c2ad0536f9dce1764"
            },
            "downloads": -1,
            "filename": "nodestream_plugin_neptune-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f9d4ab54dc760498120d0664bb70f3cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 9536,
            "upload_time": "2024-04-05T17:30:16",
            "upload_time_iso_8601": "2024-04-05T17:30:16.133825Z",
            "url": "https://files.pythonhosted.org/packages/f3/16/fc907d012d5c1ab84019ef423e09e378f42372219d97255bae256325f330/nodestream_plugin_neptune-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 17:30:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nodestream-plugin-neptune"
}
        
Elapsed time: 0.23527s