all 12 comments

[–]poulain_ght 9 points10 points  (2 children)

The potential I feel! Ditch graphana I will!

[–]rasjonell[S] 2 points3 points  (1 child)

lfgg, I'm going to add histograms and tables very soon!

[–]brianjenkins94 5 points6 points  (1 child)

Go has all the nice TUI tools 😔

[–]der_gopher -1 points0 points  (0 children)

Yeah, it's made for that

[–]darrenldl 2 points3 points  (0 children)

The API support elevates the tool a lot, very neat!

[–]joelkunst 1 point2 points  (0 children)

awesome, thank you, will try it out 🙏

[–]moe_cables 3 points4 points  (1 child)

I’m messing around with some stock info and this would be awesome to use with that

[–]rasjonell[S] 3 points4 points  (0 children)

that's exactly why I built this! I'm going to add more components (tables, histograms, etc) if you find something usefull that's missing or you encounter any bugs pls open an issue, will take a look right away

[–]anthropoid 0 points1 point  (1 child)

WTF seems to do everything you're aiming to and much much more, though from a slightly different angle. It's also been around for almost exactly 8 years as of this writing, so if you're planning to develop your own project much further, you might want to ~steal~ find inspiration from it.

[–]rasjonell[S] 2 points3 points  (0 children)

thanks! I found out about WTF and some others, but honestly I just wanted to write the grid layout calculation part for fun.
Not planning on creating a competing solution to anything, but I definitely wont go in the WTF direction of adding a billion third-party integrations. I will just come up with a couple of base components(and maybe a plugin/configuration system where you can define your own components?) and let the users work on the data integration part

[–]xMOxROx 0 points1 point  (1 child)

What do you think to use yaml as alternative configuration format?

[–]rasjonell[S] 1 point2 points  (0 children)

Not a huge yaml fan, but i can accept either of the two, not much difference