Live data from Hacker News

Viewing profile — r0b3r4

r0b3r4

HN member
Joined
Mon, May 30, 2022, 5:25 PM UTC
HN karma
83
Public activity
20 items

About r0b3r4

No profile information was provided.

Recent public activity

  1. 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…

  2. story
  3. 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 …

  4. comment
    Comment #46439055

    You can also check out this one https://github.com/iamtelescope/telescope

  5. 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…

  6. comment
  7. 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 …

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. 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…

  14. comment
    Comment #43182763

    Well, every single name I came up with was already taken and present in GitHub. So...

  15. comment
    Comment #43182683

    To be honest, I was more inspired by DataDog :)

  16. 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…

  17. 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…

  18. 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, …

  19. comment
  20. 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 …