Skip to content

Commit

Permalink
Grafana weather data dashboard (#351)
Browse files Browse the repository at this point in the history
* grafana weather data dashboard

* change demo to doc in queries

* Update README.md

* New screenshot: weather data dashboard

* file renaming
  • Loading branch information
marijaselakovic authored Mar 12, 2024
1 parent 85584c5 commit 5f00e12
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 0 deletions.
7 changes: 7 additions & 0 deletions topic/timeseries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ repository, e.g. about machine learning, to see predictions and AutoML in action

Furthermore, it shows how to preprocess data and plot time series decomposition by breaking it down into its basic components: trend, seasonality, and residual (or irregular) fluctuations.

- `weather-data-grafana-dashboard.json`

An exported JSON representation of a Grafana dashboard designed to visualize weather data. This dashboard includes a set of pre-defined panels and widgets that display various weather metrics. Additionally, within this dashboard configuration, there are advanced time-series analysis queries. These queries are tailored to fetch, aggregate, interpolate, and process weather data over time.

To ensure the dashboard functions correctly, it's necessary to configure the data source within Grafana. This dashboard uses the `grafana-postgresql-datasource` or another configured default data source. In the data source settings, fill in the necessary parameters to connect to your CrateDB instance. This includes setting up the database name (`database=doc`), user, password, and host.


[CrateDB]: https://github.com/crate/crate
Loading

0 comments on commit 5f00e12

Please sign in to comment.