2026-04-02 21:16:50 +10:30
2025-02-04 17:28:40 +10:30
2023-02-03 21:29:23 +10:30

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). Note multithreading is only currently used to calculate allocation percentages.

Building Webassembly modules

Currently there's one webassembly module, move-money-dynamic. This can be built by running the following command:

cargo component build --target wasm32-unknown-unknown --release -p move-money-dynamic

Note that in order to run the

Description
No description provided
Readme 3.3 MiB
Languages
Rust 90%
Swift 8.8%
Shell 1.1%