Skip to main content

Crate drasi_wal_redb

Crate drasi_wal_redb 

Source
Expand description

Redb-backed Write-Ahead Log implementation for Drasi transient sources.

This crate implements the WalProvider trait using redb for durable event storage. Each registered source gets its own redb file at {root_dir}/{source_id}.redb.

Events are serialized via explicit DTOs (not by deriving serde on core domain types), keeping the wire format decoupled from the core model.

Structsยง

RedbWalProvider
Redb-backed Write-Ahead Log provider.