Analysis Article
Working With New Runs
Operational guide for ingesting new zerosixty outputs into this app.
Apr 16, 2026, 21:05 UTCoperationsingestion
Ingestion workflow
When zerosixty produces a new output folder, refresh this app's local data snapshot.
npm run data:ingest
By default, the script reads from:
../zerosixty/outputs
And writes to:
public/data/index.jsonpublic/data/runs/*.json
Alternate source location
npm run data:ingest -- --source /absolute/path/to/outputs
What gets ingested
summary.jsonreport.md- core CSV files (
account_summary,account_overlap,network_nodes,ml_accounts, and others)
If data is missing
The script skips folders without summary.json. The UI only lists runs that were ingested successfully.