timestored / pulseui

Real-time interactive database applications
https://www.timestored.com/pulse/
Other
52 stars 6 forks source link

Alert possibilities #130

Open ryanhamilton opened 1 year ago

ryanhamilton commented 1 year ago

user-mm mentioned possibility of alerts.

Interesting idea was to allow outlook like alert filter funtionality similar to emails.

ryanhamilton commented 11 months ago

user-sg wants sound alerts to:

  1. notify lagging data - currently shown using highlighted timestamp column. Green for OK. red for out of date.
  2. Notify of a process down. Table has pid/procName. green/red currently. Would like either once-off audio alert OR on refresh rate. 2-3 sounds would be good. Bell high, something else low. Considered slack but lack of customizable sound per issue a problem.
ryanhamilton commented 9 months ago

Alerts UI

image

ryanhamilton commented 4 months ago

user-pz wants to alert traders e.g. Missed opprotunities from Sunday night, not all streaming prices have been turned on, show alert to someone. May be related to sending messages to symphony. Liked idea of PWA with ability to send alerts outside having dashboard open.

ryanhamilton commented 1 month ago

user-jimmy user-drk

I would like to know if it's possible to integrate alerts into the dashboards. For example, if certain conditions are true of a query, an alert can get sent out via webhoook or api, that I in turn can integrate with a telegram bot for example.

o our use case would be, let's say we have dashboard with trades that were sent to the exchange at time , we have a query for hung orders on the exchange that would necessitate in us manually intervening with algorithms. So let's say any order that matched the condition of t>30min, is a stale order that is still sitting there and we need to manually clear. so we would have a separate query with rows showing up in the table if this condition is true, but it would necessitate us continuously looking at it. Much easier would be a telegram alert whenever this condition is true.

Or another use case: lets say we are providing trading services for 100 clients, with 5 different pairs across exchanges. We want to know if we are out of the market on any of them immediately, using an alert based system, in case we have no eyes on the dashboards for a couple hours. Or alternatively, we have certain KPI's that we need to meet for each of these in terms of marketshare, if we're behind the ball on those at certain points in the day, alerts would be great for that.