nominal-streaming

Crates.ionominal-streaming
lib.rsnominal-streaming
version0.2.0
created_at2025-09-02 21:38:56.162576+00
updated_at2025-09-04 21:14:12.703282+00
descriptionLibrary for durable, low-latency streaming into Nominal Core
homepage
repository
max_upload_size
id1821673
size117,567
NomBot (nominal-bot)

documentation

README

Nominal Streaming

nominal-streaming is a Rust library for streaming data into Nominal Core.

The library aims to balance three concerns:

  1. Data should exist in-memory only for a limited, configurable amount of time before it's sent to Core.
  2. Writes should fall back to disk if there are network failures.
  3. Backpressure should be applied to incoming requests when network throughput is saturated.

The library provides configuration points to manage the tradeoff between these concerns.

[!WARNING]
This library is still under active development and may make breaking changes.

Commit count: 0

cargo fmt