I noticed another interesting side effect of going straight to Parquet files and using #DuckDB. I can run a local DuckDB and query against the files in the event store for easy investigation. This is less tooling I have to write/support. A simple shell script to set up DuckDB and create a view over the `read_parquet()` call is all I need.