Module facts
Expand description
DuckDB-backed fact store. See spec §3.2 + §3.2.1 invariants.
Re-exports§
pub use groups::GroupMap;pub use groups::GroupParseError;pub use groups::GroupRule;pub use ingest::IngestStats;
Modules§
- groups
- Architectural grouping for
--group-file. - ingest
- Stream commits from a Repo into
DuckDBvia the N gix workers → bounded crossbeam channel → 1 Appender thread pattern. See spec §3.2.2. - schema
DuckDBschema DDL. See spec §3.2.