Skip to main content

Crate varpulis_datagen

Crate varpulis_datagen 

Source
Expand description

Event generation library for Varpulis demos and testing.

Provides pluggable event schemas (fraud, IoT, trading) with configurable rates, pattern injection, and output formats.

Modules§

schemas

Structs§

GeneratedEvent
A generated event.
GeneratorConfig
Configuration for the event generator.

Enums§

SchemaType
Available event generation schemas.

Traits§

EventSchema
Trait for event generation schemas.

Functions§

create_schema
Create an event schema from a schema type.
generate_batch
Generate a batch of events.