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

Closed
SIMULATAN opened this issue Feb 21, 2025 · 1 comment · Fixed by #167
Closed

Stream Logs in real-time #153

SIMULATAN opened this issue Feb 21, 2025 · 1 comment · Fixed by #167
Labels
enhancement New feature or request
Milestone

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
@SIMULATAN SIMULATAN modified the milestones: 1.1.0, 1.0.0 Mar 14, 2025
@SIMULATAN
Copy link
Contributor Author

For the time being, only an in-memory provider will exist for demo purposes. The database-backed stuff will follow soon-ish

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
1 participant