-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas: visualize HPI data in a dashboard #104
Comments
https://gridstudio.io/ looks promising |
Started integrating with influxdb & Grafana, works pretty well for time series-like stuff Lines 194 to 220 in 6d9bc29
https://twitter.com/karlicoss/status/1361100437332590593 Lines 85 to 109 in 6239879
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For quantified self stuff some heavy manipulation with pandas is usually necessary (e.g. I'm doing this in my dashboard), so I doubt a general purpose web dashboard would cover it (unless it support JS snippets, which would be very helpful!). But it would be cool to have a quick way of overviewing/visualizing/aggregating data in the browser even if it's not perfect.
Quick googling results in:
Both of them rely on some database (e.g. sqlite). While it's a bit inconvenient, probably good enough as the first order approximation. Since I'm extensively using NamedTuples/dataclasses, it's possible to adapt the data automatically without any boilerplate. In addition, cachew already dumps sqlite databases, which can be used as input data.
It would be also cool to have a native app (less hassle + better performance), but I'm not sure how to even start googling for that.
Related: KrauseFx/FxLifeSheet#34 (I think we have similar goals!)
The text was updated successfully, but these errors were encountered: