An example that computes the Fibonacci series from M to N, where M and N are configurable.
To request the series, a row is sent to stream InputRequests. In response, the Fibonacci series segment from Lower to Upper is generated in stream FilteredResultsStream.