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.

In addition to the <PathToYourApplication>/config/config.cfg configuration file, the <PathToYourApplication>/config/groups.cfg file is relevant when using grouping.

If you examine the project's structure, 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. This approach cleanly separates code that needs to be modified and not.

First steps
Data ingestion
Data Processing
Data output
Advanced topics