Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

SensorThings

Sensia Software edited this page Mar 13, 2016 · 2 revisions

Ideas for an efficient lightweight implementation of SensorThings:

  • Use only Olingo query parser

  • Fetch objects one by one from OSH storage or sensor module map to JsonObject

  • For each JsonObject, apply $select and $filter. Return false if object should be skipped.

  • Serialize objects using GSON once $skip value is reached and until $top is reached

Clone this wiki locally