Home
Introduction
Download
Resources
Documentation
Training
Sample Code and Applications
Reuters Community
News and Events
Contact

Printer Friendly

Sample Code and Applications


Here you will find the latest contributed code to help you with your StreamBase Reuters Edition development.

IDN Chain
Application: All Supported Platforms
Supported On: StreamBase 5.0

Rich Tella, Reuters
11/10/2007
Rich Tella of Reuters has submitted this StreamBase application that provides a starting point for working with IDN chains. These chains, which have an individual RIC associated with them, are actually made up of an arbitrary number of underlying securities. This sample application automatically obtains the list of RICs that make up the specified Chain, and subscribes to each of the underlying entities.
View:   Details Download and Install

AutoUnion Operator
Operator: All Supported Platforms 
Supported On: StreamBase 5.0
Steve Barber, StreamBase Systems 
9/27/2006
AutoUnion takes an input tuple from any of its input ports and passes it through to the output port, eliminating the need to map it to a schema. The input tuple's values also get automatically mapped into the operator's output schema.
View: Details Download and Install

sbinit 
Utility: Windows, Linux
Supported On: StreamBase 5.0
Steve Barber, StreamBase Systems 
June, 2006
This script enqueues a set of data files to automate the startup of a StreamBase application. It optionally waits for a StreamBase server to start listening, then enqueues a set of data files to the server's input streams. Note that the data files must have the same names as the target streams.
View:   Details Download and Install