datasqrl.examples.sensors
source

0.5.5.beta_2·default·Published 9/30/2024

VersionVariantPublished
0.5.5
latest
default9/30/2024
0.5.5
latest
default9/30/2024
0.5.5
latest
default9/30/2024
0.5.5.beta_3 default9/30/2024
0.5.5.beta_2 default9/30/2024
0.5.5.beta default9/30/2024

Install

Add the following to the dependencies of your package.json:

License

ASFv2

Description

This example demonstrates DataSQRL?s capabilities by building a sensor metrics data pipeline. It serves as an ideal use case for real-time data aggregation, showcasing how sensor readings can be processed to monitor environmental changes such as temperature and humidity. In this example, we will compute the maximum temperature from sensors in just a few SQL queries. All of this is achieved in less than 15 lines of code, including imports!