Real-time Code-Native Graph Database Engine (Rust Core)
Project description
engramdb
Real-time Code-Native Graph Database Engine — a Rust-powered Python library for building and querying code knowledge graphs.
What it is
EngramDB indexes code into a graph database with:
- Metadata engine: stores code nodes (files, functions, classes) with rich metadata
- CSR graph: compressed sparse row graph for fast call-graph traversal
- Blast radius analysis: find all transitive callers/callees of any node
- Zero-copy storage: memory-mapped persistent snapshots
Quick start
from engramdb import PyMetadataEngine
engine = PyMetadataEngine("/path/to/workspace")
engine.add_node("my_file:func1", "function", "func1", "my_file.py")
engine.build()
Requirements
- Python ≥ 3.10
- Pre-built wheels available for Linux, macOS, Windows (no Rust needed)
License
MIT
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 Distributions
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 engramedb-0.1.0.tar.gz.
File metadata
- Download URL: engramedb-0.1.0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
871f0277091e603c8990dff6ef696dc79fdbc7e4b43e7509df1b3ac906683c5b
|
|
| MD5 |
58634f36bc9715cd24191565172d86bf
|
|
| BLAKE2b-256 |
1378f34300968c41742569041c61d85dbdcf52d5b38a292881caf1b0d0199d8a
|
File details
Details for the file engramedb-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: engramedb-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 457.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c9ad5f63853cd9ec3a5231e91160ed6007fcf4139a9b4270c44b9bb2f2f1474
|
|
| MD5 |
108d123d954d9ff6a59d475bc6ccd8ab
|
|
| BLAKE2b-256 |
687656d8fa1024cc75804bc6653e4835158bf66c8ec40c835babfcdeb2f3fd0f
|
File details
Details for the file engramedb-0.1.0-cp310-cp310-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: engramedb-0.1.0-cp310-cp310-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 393.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88df79ef28d5e81354b5c07aa9e1c652214cf463e02eee7b234714ad55e4028a
|
|
| MD5 |
ef7cc32a5d6b64e8bed61e9758248330
|
|
| BLAKE2b-256 |
13a9847e4b5050e871f3bc42d04e5bb6dcd7a02250c4c4cba1aab7494af3f93a
|