Getting started¶
Pull a bounded sample into the gitignored corpus:
Induce the schema of what you pulled, without exporting anything:
Check it against the committed baseline:
Run the daemon against a local config with only the log sink enabled and content off, which is the cheapest way to see it work:
cp config.example.yaml config.yaml
# set metrics.enabled false, traces.enabled false, logs.record_types to [turn, session, error]
just run
The gate before any commit: