Neo4j GraphStore adapter for Astrocyte
Project description
astrocyte-neo4j
Neo4j adapter implementing Astrocyte’s GraphStore protocol.
Usage
from astrocyte_neo4j import Neo4jGraphStore
store = Neo4jGraphStore(
uri="bolt://localhost:7687",
user="neo4j",
password="password",
)
Development
uv sync --extra dev
uv run pytest
Requires a running Neo4j 5+ instance (ASTROCYTE_NEO4J_URI, ASTROCYTE_NEO4J_USER, ASTROCYTE_NEO4J_PASSWORD).
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
astrocyte_neo4j-0.8.0.tar.gz
(13.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file astrocyte_neo4j-0.8.0.tar.gz.
File metadata
- Download URL: astrocyte_neo4j-0.8.0.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2ff8865bcfe9c1a9d6831ce34fca71928e40659cb75517f93d3862644f8fe57
|
|
| MD5 |
f85dfa1f38a13a07c4512d1c9e50bc59
|
|
| BLAKE2b-256 |
8e35b1c371451536291f2987793c2d95ac12a72bd405053b533d5d7bdd5591d4
|
File details
Details for the file astrocyte_neo4j-0.8.0-py3-none-any.whl.
File metadata
- Download URL: astrocyte_neo4j-0.8.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afd05c22e45c154a3764e279e7499de531a168ad8a15e3f6b4d6af0d71b879b7
|
|
| MD5 |
9aaedb610829e5cbb53d001aff26018c
|
|
| BLAKE2b-256 |
46ec8b65b480081afe507e217c401cd0392e6e781bd1b53aeb167a8230cf72c0
|