ISISComputingGroup/saluki

`howl`: stream some sample environment

Offen

#66 geöffnet am 13.04.2026

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Rust (0 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I would like howl to basically fake an entire run, which will include sample environment data.

for this to work, start with 1 PV with streaming a sine wave (basically 0-10-0 on a loop) and it'd be nice to test a few different datatypes for this

this also needs a placeholder for each PV in the run start with type f144 like this one for ev44: https://github.com/ISISComputingGroup/saluki/blob/main/src/howl.rs#L48 so that a downstream consumer such as a filewriter can write this information. Docs for this here: https://github.com/ess-dmsc/kafka-to-nexus/blob/main/documentation/commands.md#data-streams-alt-writer-modules

Contributor Guide