Add classifier hits and alerts pipeline

Add NATS subjects + ClickHouse tables for classifier hits/alerts, evaluate sweep/spike rules in compute, expose API/WS endpoints, and cover storage helpers with tests.
This commit is contained in:
dirtydishes 2025-12-29 15:59:37 -05:00
parent ad58c62c37
commit 58485b4d97
11 changed files with 861 additions and 8 deletions

View file

@ -1,4 +1,6 @@
export * from "./clickhouse";
export * from "./classifier-hits";
export * from "./alerts";
export * from "./flow-packets";
export * from "./equity-prints";
export * from "./option-prints";