Consolidator - advanced
Multiple groupBy statements
Multiple groupBy statements
You define a Consolidator service in a Kotlin script file:server/appname/src/main/genesis/scripts/appname-consolidator.kts.
For your Consolidator to run, it must be defined as a process and included as a service definition. Make sure you update the following files in your application:
Here is an example Consolidator file that defines two Consolidators:
A Consolidator exists to aggregate data or perform calculations whenever the underlying data is changed.
Integration testing
Application modules