| Stream Query Repository: Habitat Monitoring |
| Introduction | Schema | Queries |
Sensors(id /* unique identifier of the sensor */,
location /* the location of the sensor */,
light /* the current light reading */,
temperature /* the current temperature reading */,
timestamp /* time of measurement */);
Events(type /* type of the event */
location /* location of the event */,
timestamp /* time of event */);