Make cli async so running the graph works, add schema generation to readme
Some checks failed
test / test (push) Failing after 47m44s

This commit is contained in:
2025-12-17 17:09:05 +10:30
parent 3d4f327b66
commit 4da6d64988
3 changed files with 21 additions and 12 deletions

View File

@@ -7,6 +7,12 @@ A super fast, simple base for building analytics applications.
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