Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The development lifecycle of TQL applications consist of four main steps:

1. Model (Definition)

Define models and model facets to define the structure and behaviors of the things and the business domain (e.g. sensor model, zone models, greenhouse model)

...

Deploy the models (model definitions) to the TQLEngine(s)

3. Run & test (Query)

Including three steps

(1) Instantiate: provide instance data to the TQLEninge, and the TQLEngine will automatically create model instances

...