Expand description
Embedded runtime with connection pooling, scans and health.
Modules§
- ai
- AI runtime modules.
- ask_
pipeline - AskPipeline — issue #121.
- audit_
log - Structured audit log for SOC 2 / HIPAA / ISO 27001 deploys.
- audit_
query - Audit log query / replay helpers.
- authorized_
search - Authorized search entry point — issue #119.
- config_
matrix - Performance / operational config matrix.
- config_
overlay - Boot-time config overlay.
- config_
watcher - Hot-reload watcher for the server config file.
- disk_
space_ monitor - DiskSpaceMonitor — edge-triggered disk space watchdog.
- impl_kv
- KV DSL command execution and KvAtomicOps module.
- impl_
queue - Queue DDL and command execution
- kv_
watch - lease_
lifecycle - Serverless writer-lease state machine.
- lease_
loop - Serverless writer-lease boot path (PLAN.md Phase 5 / W6).
- lease_
timer_ wheel - Edge-triggered timer wheel for lease expiry / refresh scheduling.
- lifecycle
- Process lifecycle state machine (PLAN.md Phase 1 — Lifecycle Contract).
- locking
- Intent-lock hierarchy adapter —
Resourcenaming +LockerGuardRAII. - mvcc
- Re-exports for transports + tests that need per-connection isolation, tenant / auth thread-locals, and MVCC snapshot utilities. Mirrors what PG-wire / gRPC / HTTP middleware already call, and is enough to emulate independent connections in integration tests.
- quota_
bucket - Per-caller QPS quotas via token bucket (PLAN.md Phase 4.4).
- record_
search_ helpers - Public helpers re-exported for use by the presentation layer.
- resource_
limits - Operator-imposed resource limits (PLAN.md Phase 4.1).
- schema_
diff - Schema diff engine —
EXPLAIN ALTER FORruntime. - schema_
vocabulary - Reverse-index from tokens to schema entities (issue #120).
- snapshot_
reuse - Snapshot reuse coordinator — Phase 5 / PLAN.md backlog 3.4.
- within_
clause WITHIN TENANT '<id>' [USER '<u>'] [AS ROLE '<r>'] <stmt>— a per-statement scope override for tenant + auth identity.- write_
gate - Public-mutation gate.
Structs§
- Connection
Pool Config - Context
Connection - Context
Entity - Context
Graph Result - Context
Search Result - Context
Summary - Effective
Scope - Lightweight
ReadFramecarrier used by AI command entry points (SEARCH SIMILAR,SEARCH CONTEXT,ASK). - KvStats
- RedDB
Runtime - Runtime
Connection - Runtime
Filter - Runtime
Graph Centrality Result - Runtime
Graph Centrality Score - Runtime
Graph Clustering Result - Runtime
Graph Community - Runtime
Graph Community Result - Runtime
Graph Component - Runtime
Graph Components Result - Runtime
Graph Cycles Result - Runtime
Graph Degree Score - Runtime
Graph Edge - Runtime
Graph Hits Result - Runtime
Graph Neighborhood Result - Runtime
Graph Node - Runtime
Graph Path - Runtime
Graph Path Result - Runtime
Graph Pattern - Runtime
Graph Projection - Runtime
Graph Properties Result - Runtime
Graph Topological Sort Result - Runtime
Graph Traversal Result - Runtime
Graph Visit - Runtime
IvfMatch - Runtime
IvfSearch Result - Runtime
Query Explain - Runtime
Query Result - Runtime
Query Weights - Runtime
Stats - Scan
Cursor - Scan
Page - System
Info
Enums§
- Context
Connection Type - Discovery
Method - Runtime
Filter Value - Runtime
Graph Centrality Algorithm - Runtime
Graph Community Algorithm - Runtime
Graph Components Mode - Runtime
Graph Direction - Runtime
Graph Path Algorithm - Runtime
Graph Traversal Strategy