Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream Logs in real-time #153

Open
SIMULATAN opened this issue Feb 21, 2025 · 0 comments
Open

Stream Logs in real-time #153

SIMULATAN opened this issue Feb 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@SIMULATAN
Copy link
Contributor

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.

@SIMULATAN SIMULATAN added the enhancement New feature or request label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant