vantage-faker
Synthetic, optionally-live datasource for Vantage. Generates realistic rows and — for live effects — keeps mutating them, pushing genuine change-events so a subscribed Dio animates inserts and expiries. For testing and demos, without a real backend.
Incubating: API may change.
Effects
static— generate rows once; never change.fifo— insert one row at a time (newest-first), expire each after a random retention.
Example
use Duration;
use ;
let columns = vec!;
let table = build;
// `table.vista` lists the current rows; `table.events.subscribe()` streams live deltas.
Values are drawn from the fake crate: the column name
is matched first (email, name, phone, city, …), then the declared type.
License
MIT OR Apache-2.0