flyby 0.1.1

A high-performance Rust framework for composable data-ingestion pipelines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# flyby::storage

Storage backends for FlyBy.

## Status

| Component | Status |
|-----------|--------|
| `FileSource` + framing | **Implemented** |
| `ReplayEngine` | **Implemented** (timing helper; not auto-wired into FileSource) |
| io_uring | Stub (`io_uring` feature) — returns `NotImplemented` |
| SPDK | Stub (`spdk` feature) — returns `NotImplemented` |

Real io_uring/SPDK bindings follow ADR-0005 / ADR-0006.