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
Stream Logs to the Frontend in near real time using SSE.
In MongoDB, change streams can be used to get notified of new logs. In Postgres, notify is useful. Thankfully, an extension was written to support it in JetBrains Exposed: Benjozork/exposed-postgres-extensions
Also create an In Memory Provider as a high-performance alternative in single node mode.
The text was updated successfully, but these errors were encountered:
Stream Logs to the Frontend in near real time using SSE.
In MongoDB, change streams can be used to get notified of new logs. In Postgres, notify is useful. Thankfully, an extension was written to support it in JetBrains Exposed: Benjozork/exposed-postgres-extensions
Also create an In Memory Provider as a high-performance alternative in single node mode.
The text was updated successfully, but these errors were encountered: