Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Steps to develop IoT applications using TQL:

Design

 

Model-led approach

1. Start by writing models (DataModels and ThingModels) - you can leave the ThingModels without ThingFacets at this time. The idea is the get a list of relevant entities in your domain and start to construct your domain logic. This approach gives you an overall picture before detailed implementation.

2. Add ThingFacets where you get access to actual devices or service APIs. For each ThingFacet you write and combined with a ThingModel, you can deploy and test with a few queries (Create queries, Find queries and Subscription Queries in some cases).

3. Create inter-model relationships. Sometimes you need to build business logic between different models. 

References (including Smart References)

Cherry-picking

Queries

Subscriptions

 

Thing-led approach

 

ThingFacets and ThingModels

Other Models and Model facets

Create queries or subscriptions

Simulate

Deploy and test

Write queries

 

TQLStudio

   You can use your account to login into TQLStudio. TQLStudio provides the complete development lifecyle for IoT application development

   Model → Deploy → Instantiate → Use

   Using Model editor, you can create appModels, ThingModels and DataModels.

   Using ThingSpace→Deploy, you can manage engines and deploy projects containing models.

   ThingSpace→Instantiate allows you to create new instances of things or entities.

    ThingSpace→Runtime

Eclipse

XMLEditor

  • No labels