Cluster
Last updated
Was this helpful?
Last updated
Was this helpful?
Joule supports distributed execution using three key components: the Guardian, a configuration database, and Joule processes. This deployment model is designed for high-throughput workloads that can be efficiently distributed across multiple nodes, enabling scalable and resilient system performance.
This deployment model is ideal for various use cases such as:
Feed-forward compute pods for high-throughput compute loads
Distributable data and analytic processing
High event volume real-time processing
Two key additional components are required for the Joule cluster deployment model.
Joulectl
Joule Runtime
Joule Guardian
GuardianDB
Advance enterprise features provide the necessary fuctionality to process high volumes of event data in real-time
The guardian process manages use case deployments and provides basic cluster information.
This component serves as a centralised registry for all deployed artefacts and associated process metadata. When deployed, it enables Joule processes to be automatically initialised at startup by providing them with the necessary pod use cases and dependency information. This eliminates the need for manual configuration or intervention during system bootstrapping.
A pod is a logical grouping of Joule processes that execute the same use case. This structure is a critical feature that enables the formation of a feed-forward compute network. Through this mechanism, complex use cases can be deployed as independent units while still functioning cohesively as a unified system.