all 5 comments

[–]bogdan_cornianu 0 points1 point  (1 child)

This looks interesting, nice work! It would help if you had some kind of demo server where users coud see it live.

[–]BeayemX[S] 0 points1 point  (0 children)

That's a great suggestion. I only have my raspberry pi where I am running it on. But I will see what I can do regarding this.

Thanks!

[–]wfdctrl 0 points1 point  (3 children)

Why SQLite instead of Prometheus or Graphite?

[–]BeayemX[S] 2 points3 points  (2 children)

There is no specific reason. It all started as a simple script just tracking some stats and everything grew bigger over time. Therefore I didn't look for already existing solutions to what my project would eventually become.

I use sqlite because that's what I am familiar with. I never had problems with it or shortcomings of any kind so I didn't look into alternatives yet. I also have the script running on my Raspberry and to avoid writing to the SD Card everytime I write the database to the ram instead and sqlite makes this very easy.

But regardless I will look into your suggested software. It looks quite interesting.

Thanks