Processor API
Processors form the core of the joule platform. Given the importance of Processors, an API has been provided to enable developers to build and extend the capabilities of the platform.
Development steps
Explaining each step
Step 1: Create project using the template
git clone git@gitlab.com:joule-platform/fractalworks-project-templates.gitStep 2: Implement custom processor
Define processor DSL namespace
Implement the initialize and apply methods
initialize and apply methodsStep 4: Build, test and package
Step 5: Deploy
Custom processor example
Last updated