What’s a Worker?
Workers are the building blocks that make up Pipelines. They each constitute a single step in the process of syncing data between sources.
Key Characteristics:
Task-Oriented: Each worker is designed to execute a well-defined operation, like grabbing files, transforming data, or pushing data to a target system.
Modular: Workers can be combined and sequenced within a pipeline to achieve complex data processing tasks.
Configurable: Workers are configured through zSYNC’s user interface or API, allowing flexibility and customisation.
Automated Execution: Once set up, workers operate automatically as part of scheduled or triggered workflows.