Viewing profile — r0b3r4
r0b3r4
HN member- Joined
- Mon, May 30, 2022, 5:25 PM UTC
- HN karma
- 83
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About r0b3r4
No profile information was provided.
Recent public activity
-
story
Show HN: FlyQL: query language to filter data or generate SQL
Hey HN. I want to share small library which i made. While I developing my log viewer ( https://github.com/iamtelescope/telescope ) I needed a way for users to filter the data in my…
- story
-
story
Show HN: Telescope now queries Kubernetes logs directly
Telescope originally started as a ClickHouse-focused log viewer. But while building it, I kept running into the same pattern: when everything worked, logs were in ClickHouse. When …
-
comment
Comment #46439055
You can also check out this one https://github.com/iamtelescope/telescope
-
story
Show HN: Telescope web-based log viewer update
Hey HN, A while back I shared Telescope - a lightweight web UI for exploring logs stored in ClickHouse using a custom query language (FlyQL). Since then, it's come a long way. Rece…
-
comment
Comment #43198801
Thanks!
-
comment
Comment #43185477
That sounds great! Do you have a link? I'd love to check it out. For me, the most challenging parts are still ahead - live tailing and a plugin system to support different storage …
-
comment
Comment #43185448
Telescope is focused purely on viewing logs for existing data. It doesn’t enforce any specific ingestion setup or schema and doesn’t support traces or session storage. You can thin…
-
comment
Comment #43185401
Well, if you're happy with ELK, you should definitely use it! As I mentioned earlier, I’m not trying to sell anything or convince people to switch from their current solutions - ju…
-
comment
Comment #43185306
Nice idea! However, I’m not experienced enough with Vue (and frontend) development to properly design an exportable component. So, at least for now, I don’t think I’ll be able to m…
-
comment
Comment #43185265
Despite the fact that Telescope is focused on application log data, it could be used for any type of data as long as it's stored in ClickHouse and has some time fields. At the mome…
-
comment
Comment #43185210
Thanks! I haven't tested the new JSON format in ClickHouse yet, but even if something doesn't work at the moment, fixing it should be trivial. As for the video service, it wasn’t a…
-
comment
Comment #43183884
Telescope is primarily focused on log visualization, not on log collection or preparing ClickHouse for storage. The system does not currently provide (and I think will not ever) bu…
-
comment
Comment #43182763
Well, every single name I came up with was already taken and present in GitHub. So...
-
comment
Comment #43182683
To be honest, I was more inspired by DataDog :)
-
comment
Comment #43182679
Yes, this is exactly where Telescope can be useful (and actually, the way Grafana displays logs was my motivation for writing my own viewer) Telescope can work with any table in Cl…
-
comment
Comment #43182381
As we all know, naming is an unsolvable problem in IT :) Regarding performance - 95% of Telescope's speed depends on how fast your ClickHouse responds. If you have a well-optimized…
-
comment
Comment #43182369
Thanks! Telescope is more focused on displaying logs and providing access to them rather than handling log ingestion. In the future, I plan to support various sources like Docker, …
- comment
-
story
Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse
Hey everyone! I’m working on Telescope - an open-source web-based log viewer designed to make working with logs stored in ClickHouse easier and more intuitive. I wasn’t happy with …