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§
- Binlog
Reader - Reader for replaying events from a binlog file.
- Binlog
Writer - Append-only writer for the session event log.
- Branch
Info - Branch pointer within a session.
- Branches
File - Container for all branch metadata in a session.
- Snapshot
Entry - Index entry for a materialized snapshot.
- Snapshot
Manifest - Manifest tracking all snapshots for a session.