Closed yucan-yu closed 1 year ago
WIP: Adding InfluxDB as datasource.
Created a test dashboard and successfully retrieved data from InfluxDB via Flux query.
Sample query syntax: from(bucket: "Water") |> range(start: 2023-06-15T00:00:00Z, stop: 2023-06-17T00:00:00Z) |> filter(fn: (r) => r._measurement == "rack1_water")
Added 24-hr visualization for:
Team to discuss on beautifying grafana and what the crop scientists actually needs.
Closing this issue. To create separate issues for specific Grafana implementations, currently:
Set up Grafana with InfluxDB as its data source for real-time monitoring, and explore additional capabilities that can be provided and is suitable for our use case.
Refer to #6 for research findings.