Unified Tensor Runtime
"Relational + Graph + Vector. One runtime. No glue code."
A production-grade database runtime that unifies relational tables, property graphs, and vector embeddings in a single address space. No microservices. No network hops between engines. Query across all three models in one statement.
First commit: December 24, 2025
Three Engines, One Runtime:
- Relational Engine: Columnar storage, SIMD-accelerated filtering, B-tree indexes, full transaction support
- Graph Engine: CSR format, BFS/DFS traversal, shortest path, property graphs with typed edges
- Vector Engine: HNSW index, 15+ distance metrics, sparse vectors, tensor compression
Infrastructure:
- tensor_chain: Raft consensus, 2PC distributed transactions, semantic conflict detection
- tensor_vault: AES-256-GCM encrypted secrets with graph-based access control
- tensor_cache: Multi-layer LLM response cache (exact + semantic + embedding)