Versions Compared

Key

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

Gliffy
imageAttachmentIdatt261750814
baseUrlhttps://atomiton.atlassian.net/wiki
nameDevelopment lifecycle Copy
migration1
diagramAttachmentIdatt261718044
containerId1179736

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 TQLEngineA-Stack(s)

3. Run & test (Query)

Including three steps

(1) Instantiate: provide instance data to the TQLEningeA-Stack, and the TQLEngine A-Stack will automatically create model instances

...

Note
iconfalse

Development in TQL Models is extremely flexible and incremental.

1. You can incrementally and independently deploy and test any model(s) without affecting each other

2. you You can extend any model, or extend with new models both before and after deployment. That is, your development time never really ends.