Remix.run Logo
arondeparon 3 days ago

Working on real-time log visualization platform with wallboard/tv support, initially inspired by Logstalgia:

https://tailstream.io

Launched the initial version a couple of weeks ago and making good progress, trying to share as much of the process as I can on X.

Backend API can be used by any client, but I also built an open source agent in Go that makes setup really easy.

Currently working on a proper log viewer, alerts and visualization improvements.

MASNeo 3 days ago | parent [-]

Please show this to AWS. CloudWatch is such a pain, arcade visuals is what I want, if I have to look at logs.

arondeparon 3 days ago | parent [-]

It's been a while since I've used CloudWatch myself. How would you expect this? IE would you lean more towards having a lambda/firehose that forwards events to to the API (which is [public](https://tailstream.io/docs/api) by the way!) or would you expect some kind of agent / connector to run that automatically pulls the logs from CloudWatch?