jammi-db
Vector database, SQL federation, mutable companion tables, and trigger broker for Jammi AI.
jammi-db provides the foundation for Jammi: SQL queries via DataFusion, source registration (Parquet, CSV, JSON, PostgreSQL, MySQL), Parquet storage with sidecar ANN indexes, mutable companion tables with crash-safe WAL, trigger broker for provenance channels, and configuration management.
Usage
use JammiConfig;
use JammiSession;
use ;
let config = load?;
let session = new.await?;
session.add_source.await?;
let results = session.sql.await?;
Documentation
See the Jammi AI Cookbook for the full guide.
License
Apache-2.0