You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is required for realtime client-side data updates (issue #15) since most new information (i.e. new reports) comes in through the gateway.js process, not the api.js process. We could use PGSQL's Trigger functionality to capture any new inserts or updates on specific tables, or implement a separate message-passing scheme using something like ZeroMQ.
The text was updated successfully, but these errors were encountered:
This is required for realtime client-side data updates (issue #15) since most new information (i.e. new reports) comes in through the gateway.js process, not the api.js process. We could use PGSQL's Trigger functionality to capture any new inserts or updates on specific tables, or implement a separate message-passing scheme using something like ZeroMQ.
The text was updated successfully, but these errors were encountered: