Functional components
Joule has four user-driven functional blocks which form a use case. This sections provides the neccesary documentation to enable develops to build Joule projects and extend the system capabilities
Resource | Description |
---|---|
sources | List of data sources to subscribe to data events and to transform received data to Joule StreamEvent type. Read sources documentation for further information |
use case | A user defined usecase which subscribes to source data streams to perform a series of processes that produce a desired outcome event. Read use cases documentation for further information |
sinks | List of data sinks to publish process events to required data format. Read sinks documentation for further information |
reference data | List of reference data sources that can be used within stream processing pipeline. Read reference data documentation for further information |
Last updated