Admin level endpoints.
Caches are kept to retrieve binned versions of the data (datatapoints) and trends.
Caches are kept to retrieve binned versions of the data (datatapoints) and trends.
Datapoints contain the actual values together with a location and a time interval.
Datapoints contain the actual values together with a location and a time interval.
This controller creates an Action
to handle HTTP requests to the
application's home page.
This controller creates an Action
to handle HTTP requests to the
application's home page.
Sensors or locations are the topmost data structure in the data model.
Sensors or locations are the topmost data structure in the data model. Sensors contain streams and streams contain datapoints.
Streams are a way of grouping datapoints together.
Streams are a way of grouping datapoints together. A stream has to belong to a Sensor
and and Datapoint
has to
belong to a Stream
.
User form controller for Play Scala
Admin level endpoints.