Add analyze script for simple DB queries #32

Merged
wagesj45 merged 1 commit from codex/create-analyze.py-for-nginx-stats into main 2025-07-19 01:53:56 -05:00
wagesj45 commented 2025-07-19 01:53:38 -05:00 (Migrated from github.com)

Summary

  • add new scripts/analyze.py for ad-hoc analysis
  • provide helpers to list domains and compute hit count and cache ratio
  • expose a Typer CLI with initial commands

Testing

  • pip install -r requirements.txt
  • pytest -q

https://chatgpt.com/codex/tasks/task_e_687b405f6920832fa3023eb8f14ba5a9

## Summary - add new `scripts/analyze.py` for ad-hoc analysis - provide helpers to list domains and compute hit count and cache ratio - expose a Typer CLI with initial commands ## Testing - `pip install -r requirements.txt` - `pytest -q` ------ https://chatgpt.com/codex/tasks/task_e_687b405f6920832fa3023eb8f14ba5a9
Sign in to join this conversation.
No description provided.