Skip to main content

Neptune computation backend for NetworkX

Project description


nx_neptune

CI Upload Python Package

This project offers a NetworkX-compatible backend for Neptune Analytics, enabling users to offload graph algorithm workloads to AWS with no code changes. By using familiar NetworkX APIs, developers can seamlessly scale graph computations on-demand through Neptune Analytics. This approach combines the simplicity of local development with the performance and scalability of a fully managed AWS graph analytics service.

Supported Algorithms

For details of all supported NetworkX algorithms see algorithms.md

Preview Status: Alpha Release

We're making the nx_neptune plugin library an open-source project, and are releasing it now as an Alpha Preview to the community to gather feedback, and actively collaborate on the project roadmap. We welcome questions, suggestions, and contributions from all community members. At this point in development, the project has not been fully released to the public and is recommended for testing purposes only. We're tracking its production readiness for general availability on the roadmap.

Installation

Install it from PyPI

pip install nx_neptune

Build and install from package wheel

# Package the project from source:
python -m pip wheel -w dist .

# Install with Jupyter dependencies from wheel: 
pip install "dist/nx_neptune-0.4.3-py3-none-any.whl"

Installation

To install the required nx_neptune dependencies:

git clone git@github.com:awslabs/nx-neptune.git
cd nx-neptune

# install from source directly
make install

Prerequisite

Before using this backend, ensure the following prerequisites are met:

AWS IAM Permissions

The IAM role or user accessing Neptune Analytics must have the following permissions:

These permissions are required to read, write, and manage graph data via queries on Neptune Analytics:

  • neptune-graph:ReadDataViaQuery
  • neptune-graph:WriteDataViaQuery
  • neptune-graph:DeleteDataViaQuery

These permissions are required to import/export between S3 and Neptune Analytics:

  • s3:GetObject (for import)
  • s3:PutObject (for export)
  • s3:ListBucket (for export)
  • kms:Decrypt
  • kms:GenerateDataKey
  • kms:DescribeKey

The ARN with the above permissions must be added to your environment variables

Python Runtime

  • Python 3.11 is required.
  • Ensure your environment uses Python 3.11 to maintain compatibility with dependencies and API integrations.

Note: As part of the preview status, we are recommending that you run the library using Python 3.11.

Usage

import networkx as nx

G = nx.Graph()
G.add_node("Bill")
G.add_node("John")
G.add_edge("Bill", "John")

r = nx.pagerank(G, backend="neptune")

And run with:

# Set the NETWORKX_GRAPH_ID environment variable
export NETWORKX_GRAPH_ID=your-neptune-analytics-graph-id
python ./nx_example.py

Alternatively, you can pass the NETWORKX_GRAPH_ID directly:

NETWORKX_GRAPH_ID=your-neptune-analytics-graph-id python ./nx_example.py

Without a valid NETWORKX_GRAPH_ID, the examples will fail to connect to your Neptune Analytics instance. Make sure your AWS credentials are properly configured and your IAM role/user has the required permissions (ReadDataViaQuery, WriteDataViaQuery, DeleteDataViaQuery).

Jupyter Notebook Integration

For interactive exploration and visualization, you can use the Jupyter notebook integration.

Features

The notebooks directory contains interactive demonstrations of using Neptune Analytics with NetworkX:

Uploading a package wheel

We recommend uploading your package as a wheel to Jupyter Notebooks.

# Package the project from source:
python -m pip wheel -w dist .
# creates dist/nx_neptune-0.4.3-py3-none-any.whl

Installation

To install the required dependencies for the Jupyter notebook (including the Jupyter dependencies):

# Install with Jupyter dependencies from wheel: 
pip install "dist/nx_neptune-0.4.3-py3-none-any.whl[jupyter]"

Running the Jupyter Notebook

A full tutorial is available to run in Neptune Jupyter Notebooks.

To run the Jupyter notebooks:

  1. Set your Neptune Analytics Graph ID as an environment variable:

    export NETWORKX_GRAPH_ID=your-neptune-analytics-graph-id
    
  2. You will also need to specify the IAM roles that will execute S3 import or export:

    export NETWORKX_ARN_IAM_ROLE=arn:aws:iam::AWS_ACCOUNT:role/IAM_ROLE_NAME
    export NETWORKX_S3_IMPORT_BUCKET_PATH=s://S3_BUCKET_PATH
    export NETWORKX_S3_EXPORT_BUCKET_PATH=s://S3_BUCKET_PATH
    
  3. Launch Jupyter Notebook:

    jupyter notebook notebooks/
    
  4. You can also set the Graph ID directly in the notebook using:

    %env NETWORKX_GRAPH_ID=your-neptune-analytics-graph-id
    

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nx_neptune-0.4.3-py3-none-any.whl (64.5 kB view details)

Uploaded Python 3

File details

Details for the file nx_neptune-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: nx_neptune-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 64.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nx_neptune-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7a02b57c6362bd5a721d6039aa6b4ed0176a9936f22546d2aab10931a5a88266
MD5 d8ac6cb4e7bd92529fd017a9831df86f
BLAKE2b-256 d7059f5f35e046e1a1e2ff27588781635f02b89fc5042c6778a5f0a91ce5835d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nx_neptune-0.4.3-py3-none-any.whl:

Publisher: python-publish.yml on awslabs/nx-neptune

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page