IMSI Opt-Out
Generally for customer driven insights data opt-out is a key function of the system. Joule provides this function using filters.
Use case configuration
SOURCEFILE=conf/sources/mobileSimulatedStream.yaml
ENGINEFILE=conf/usecases/filtering/mobileEventFiltering.yaml
PUBLISHFILE=conf/publishers/filteredMobileEventsFile.yamlPipeline configuration
processing unit:
pipeline:
- filter:
expression: "(imsi !== null ) ? true : false;"
- filter:
expression: "(imsi !== '310120265624299' ) ? true : false;"Note
Last updated