# stockmonitor **Repository Path**: fuizi/stockmonitor ## Basic Information - **Project Name**: stockmonitor - **Description**: 股票监控系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-02-04 - **Last Updated**: 2025-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stock The target of this app is to monitor stock message in real time, and it will have the following abilities * monitor every added code and notify users when the stock meets the conditions * notify users when the stock value increase rate now higher than the threhold * notify users when the stock value decrease rate now lower than the threhold * notify users when stock value got the max/mix in a duration * show stock curves in dashboard # Design * export metrics to prometheus * group by code and metric * user subscribe code and metric # Down * get stock message and convert to prometheus metric * successful to deploy prometheus, alertmanager and grafana by docker * stock app to set prometheus rules * stock app to set alertmanager config * stock app to generate grafana dashboard * grafana dashboard persistence # TODO * user manager * save data to mysql