taxa-core 0.1.0

taxa engine core: manifest model, formula AST→Polars Expr, bounded query generators over Polars.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# taxa-core

The taxa engine core: the manifest model (frames/views), a formula AST that
compiles to Polars expressions, and bounded query generators (treemap, series,
scatter, detail, search) over Polars `LazyFrame`s. Also defines the
`Source`/`Backend` traits and the dataset loader.

This is the engine the rest of the [taxa](https://github.com/paradigmxyz/taxa)
workspace is built on. Most users want the [`taxa`](https://crates.io/crates/taxa)
authoring facade or the [`taxa-cli`](https://crates.io/crates/taxa-cli) binary
rather than depending on `taxa-core` directly.

See the [repository](https://github.com/paradigmxyz/taxa) for docs and examples.

## License

MIT