Files
ingey/README.md
2025-12-17 17:09:05 +10:30

21 lines
673 B
Markdown

# [Ingey](https://git.michaelpivato.dev/vato007/ingey)
A super fast, simple base for building analytics applications.
## CLI
A basic CLI is available to run a graph and a subset of analytics workloads.
In development environments, use `cargo run --bin cli -- -h` for more information.
### Generating the JSON schema:
`cargo run --bin cli -- generate-schema`
The schema will be written to a schema.json file.
## General Notes
Setting the number of threads in overhead allocation: set RAYON_NUM_THREADS environment
variable ([doc](https://github.com/rayon-rs/rayon/blob/master/FAQ.md)).
Note multithreading is only currently used to calculate allocation percentages.