Templates Introduction

Templates in Gathr are reusable ETL Applications that allow you to define a pattern once and reuse it multiple times with different configurations.


Key Benefits

  • Ensure standardized processing across multiple ETL Applications.

  • Save time by reusing existing configurations.

  • Customize instances with different parameters.

  • Update the template once to affect all instances.


Common Use Cases

  • Maintain consistent processing while customizing different ETL Applications.

  • Set up recurring data processing with different parameters.

  • Easily create variations of the same ETL Application.


How Templates Work

  1. Create a Template: Start with an existing ETL Application and define parameters.

  2. Parameterize: Replace hardcoded values with variables.

  3. Create Instances: Generate multiple ETL Application instances with different parameter values.

  4. Reuse: Use templates as components in other ETL Applications.


Getting Started

To start working with templates, explore the following sections:

Top