examples/sample-plugin-stage
directory.
The sample plugin stage is an example project with two simple querying stages:
UpdateRequestStage.java
- Add a new query parameter with a specific value to each query request.UpdateResponseStage.java
- Add a new field with a specific value to each query response.
gradle
project that assembles a Fusion query stage plugin .zip
.
1. Build the plugin stage
From the main folder, call:.zip
file (with required manifest file) inside the build/libs
folder.
2. Deploy the stage
You can choose from several different ways to deploy the sample plugin stage: After successful deployment, new stages should be visible in theStages
list in the Fusion Query Pipelines UI.
Upload it to the blob store
- Navigate to System > Blobs.
- Click Add.
- Select Query Stage Plugin.
- Click Browse… and select your plugin file.
- Click Upload