GreptimeTeam / demo-scene

👾Scripts and samples to support Greptime Demos and Talks.
https://greptime.com
Apache License 2.0
25 stars 8 forks source link

feat: flight data visualization #41

Closed sunng87 closed 1 month ago

sunng87 commented 1 month ago

This patch adds Grafana to our flight demo using their built-in GeoMap visualization.

This is the very first step for visualizing flight routes. I still need to figure out if there is better way because this GeoMap plugin seems buggy...

dedlockdave commented 1 month ago

looks good, but when I go to the dashboard at localhost:3000 I am prompted for login details for Grafana. How can i authenticate to view the dashboard?

sunng87 commented 1 month ago

@dedlockdave grafana's default username/password is admin/admin

sunng87 commented 1 month ago

In my next patch, I'm going to add two more time series panel for visualizing velocity and altitude for given time frame and location.

Feel free to merge this when you think it's ready.