Data Command¶
Use the data command group for canonical Bitcoin Research Kit (BRK) setup and runtime diagnostics.
This command group supports StackSats' BRK-derived data workflow. Use BRK Data Source for the canonical upstream links and support boundary.
Fetch source data¶
Downloads the canonical merged_metrics*.parquet asset into ~/.stacksats/data/brk/
by default and writes the packaged schema markdown beside it.
Prepare runtime parquet¶
Builds ~/.stacksats/data/bitcoin_analytics.parquet by default.
Inspect runtime resolution¶
Reports:
- paths checked
- resolved runtime parquet path
- coverage dates
- key columns
- suggested next steps
Notes¶
- Runtime commands never auto-download data.
- Runtime readers load parquet lazily first and collect only when an eager frame is required.
data preparemay also normalize an already-wide runtime parquet if you pass one explicitly via--source.- Use BRK Data Source for the full source contract.