Skip to Content
⚠️ Action required: DeltaTwin API has been updated to v2.0. Please update your deltatwin-cli. Read our technical notes for details.

DeltaTwin® Component

As architectural concept, a DeltaTwin® component is a project, materialized by a folder containing all the information required to build a Digital Twin. The DeltaTwin® client tools includes a command line able to handle this folder locally, resolve and retrieve required data, execute the models then publish results as artifacts.

The inner organization of the DeltaTwin® folder includes:

  • Manifest file is the core configuration item describing the DeltaTwin® component;
  • Model(s) folder contains the runnable models configured for execution;
  • workflow file is the configuration of the flow of processes

alt text

The DeltaTwin® command line actively manages these folders and enables running the DeltaTwin® component to produce results. It is also responsible of data retrieval within the resources folder or the download for generated artifacts.

Structure

NameRequiredDescription
manifest.jsonDeltaTwin®component description
modelsdirectory containing DeltaTwin® models
workflow.ymldescription of the flow of processes