Interactive Demo: Route
In more complex architectures, you will often have several Sources feeding into the same Pipeline,
with the data for each needing different types of processing before being sent to multiple
destinations. A key component of these Pipelines is a Route module, which uses conditional
statements to match data and send it along its particular processing route.
In this interactive demo, you'll see how you can use the Route Processor, in conjunction with
the Script Execution Processor, to separate specific items from your data stream and send them
through specialized processing chains.