Skip to content

Configuration

Steve Cote edited this page Apr 23, 2017 · 1 revision

Home Directory

The app.home system property points to where the application is installed.

If not set, it uses the location of the configuration file as the home directory.

Work Directory

The work directory is a common location (usually within the home directory) where all the jobs can write their working data data.

The Work Directory itself can be used as a location to persist data between job runs. All jobs can use this directory to exchange data via files in this directory. It can be used as a batch exchange channel between jobs with jobs generating and modifying files in the working directory for other jobs to read. Note this is a very abstract data exchange mechanism as the jobs do not need to know anything about the jobs, only the data in the working directory.

Job Directory

Each transform engine will create their own working directory within the work directory using the name of the engine as the subdirectory name. If not specified in the job configuration, a random name will be generated to ensure data remains separate for each run. Jobs can persist data between runs in the job directory.

Home

  1. Concepts
  2. Features
  3. Transform Engine
  4. Quick Start
  5. Configuration
  6. Secrets Vault
  7. Readers
  8. Writers
    • List of Writers
    • Custom Writers
  9. Filters
    • Accept
    • Reject
    • Custom Filters
  10. Tasks
    • List of Tasks
    • Custom Tasks
  11. Validators
    • List of Validators
    • Custom Validators
  12. Listeners
    • List of Listeners
    • Custom Listeners
  13. Transforms
    • List of Transforms
    • Custom Transforms
  14. Mappers
  15. Context
  16. Databases
  17. Templates
  18. Logging
  19. Encryption
  20. Usage
  21. Expressions
  22. Examples
Clone this wiki locally