Skip to main content

Module binlog

Module binlog 

Source
Expand description

Append-only JSONL binlog writer/reader for OpEvent streams.

The binlog is stored as events.jsonl within a session directory. Each line is a self-contained JSON-serialized OpEvent.

Structs§

BinlogReader
Reader for replaying events from a binlog file.
BinlogWriter
Append-only writer for the session event log.
BranchInfo
Branch pointer within a session.
BranchesFile
Container for all branch metadata in a session.
SnapshotEntry
Index entry for a materialized snapshot.
SnapshotManifest
Manifest tracking all snapshots for a session.