Aevum — PostgreSQL GraphStore + ConsentLedger backend (team deployments).
Project description
aevum-store-postgres
PostgreSQL-backed graph store for Aevum. Suitable for team deployments with shared state, concurrent writers, and durable persistence.
pip install aevum-store-postgres
import psycopg
from aevum.core import Engine
from aevum.store.postgres import PostgresStore
from aevum.store.postgres.store import initialize_schema
conn = psycopg.connect("postgresql://user:pass@localhost/aevum")
initialize_schema(conn)
engine = Engine(graph_store=PostgresStore(conn))
For single-node deployments without PostgreSQL, use aevum-store-oxigraph instead.
See the main repository README for backend selection guidance.
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
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 aevum_store_postgres-0.4.0.tar.gz.
File metadata
- Download URL: aevum_store_postgres-0.4.0.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baaf2ad315f2a249407a35986aca55a7e18fabce18595afd1974a3306da97fa0
|
|
| MD5 |
cb225249ce2816515e4bd9d6685f2eeb
|
|
| BLAKE2b-256 |
d7169fcf6857f205aba8e6e6f1800267e049b01e5718d4107ac6a0981d23c570
|
File details
Details for the file aevum_store_postgres-0.4.0-py3-none-any.whl.
File metadata
- Download URL: aevum_store_postgres-0.4.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc55ca21f662148f887a18b3bf1c278a74b6a145c2f70d5c09b422c7d25587dd
|
|
| MD5 |
a0cc1b12e799c9b0f676b8e05ee82a7d
|
|
| BLAKE2b-256 |
a6024a2287a977dbeeb549c9c80a8ac70a85da17eb8bab37d5da80feed295381
|