Expand description
Library half of the backbeat CLI: the schema-driven dump tooling.
Everything is driven by each dump’s embedded schema registry, with no compiled-in knowledge of the producer’s event types. Living in a library (not just the binary) lets integration tests — and other tools — call these directly.
Modules§
- convert
backbeat convert: decode a dump to sparse-wide Parquet, driven entirely by its embedded schema.- inspect
backbeat inspect: print a dump’s envelope, schema registry, and per-shard record counts.- model
- Shared dump-loading model behind both output formats.
- trace
backbeat→ Chrome / Perfetto trace JSON.