Processors

Processors are the core of the Joule platform, each performing a specific task. These create use case when linked together

Overview

Joule harnesses processors as the foundational units of its processing functionality, linking them together to form event stream pipelines. These pipelines are central to Joule's architecture, facilitating the implementation of various use cases with ease and efficiency.

A pipeline can represent either an entire use case or a portion of one, offering flexible implementation options tailored to specific needs.

Pipelines consists of one or more interconnected processors, each designed to execute a distinct task. Events are processed sequentially, with the final output either routed to subsequent linked pipelines or delivered to designated data consumers.

All processors maintain real-time observability metrics, accessible through any JMX monitoring tool. For more in-depth information, please refer to the observability documentation.

A pipeline defines the key ingredient of a use case

Key features of Joule's processors capability include

  1. Modular design Processors can be combined flexibly into pipelines, allowing custom configurations for specific use cases.

  2. Real-time processing Events are processed sequentially and in real time, supporting high-speed, low-latency applications.

  3. Out-of-the-box processors Joule offers a wide range of ready-to-use processors for common tasks, accelerating deployment.

  4. Extensibility via SDK The Processor SDK allows developers to create custom processors, extending functionality to meet unique business needs.

  5. Built-in observability All processors provide real-time metrics accessible through JMX, enhancing monitoring and troubleshooting.

Types of processors

Joule offers many out-of-the-box processor implementations that support the implementation of use cases.

Processors are categorised by function, based on their role within the platform.

Extending capabilities

Joule provides a Processors SDK to enable business developers to extend the processing capabilities.

See Processor API documentation for further information.

Last updated

Was this helpful?