The Mechanism
Three layers. Two licenses.
The import and export layers are built on Polars and DuckDB and shipped under CPAL 1.0 — you can read the source, fork it, and audit exactly what touches your data. Schema detection, format conversion, BI star schema generation: all transparent.
Between them sits the calculation core, written in C, kept closed for IP protection. But closed does not mean opaque: every metric the core computes is documented with its formula, its assumptions, and its peer-reviewed academic source. You can’t compile the binary, but you can verify the math.
- Polars Import
- DuckDB Engine
- Closed C Core
- Star Schema Export
- Academic Citations