Skip to content

Commit 5f00e12

Browse files
Grafana weather data dashboard (#351)
* grafana weather data dashboard * change demo to doc in queries * Update README.md * New screenshot: weather data dashboard * file renaming
1 parent 85584c5 commit 5f00e12

File tree

3 files changed

+681
-0
lines changed

3 files changed

+681
-0
lines changed

topic/timeseries/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,11 @@ repository, e.g. about machine learning, to see predictions and AutoML in action
4141

4242
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.
4343

44+
- `weather-data-grafana-dashboard.json`
45+
46+
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.
47+
48+
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.
49+
50+
4451
[CrateDB]: https://github.com/crate/crate

0 commit comments

Comments
 (0)