Configuring ITE Applications

The wizards that help you creating an ITE application provide three variants that differ in their usage of deduplication and how the data streams processed by your application are organized. You can change the chosen variant later by reconfiguring some parameters as the following pages show you.

Additionally, to the configuration file <PathToYourApplication>/config/config.cfg another file becomes relevant when you are using grouping. By default you find it under <PathToYourApplication>/config/groups.cfg, but you can change this directory, too.

If you examine the project’s structure, you notice that the common code is organized into a directory structure that reflects the package that a component belongs to. In contrast, the custom code is in directories that are directly named after the package the code belongs to. Thus the code that you modify to implement your use case is cleanly separated from the common code you do not modify.

First steps
Data ingestion
Data Processing
Data output
Advanced topics