Tutorial Summary and Next Steps

We hope you found the Getting Started tutorial instructive and useful. You have learned:

  • A few basic ideas: what StreamBase does; some of the problems it can be used to solve; how data flows into and out of StreamBase applications

  • How to start StreamBase Studio, and to create a project and generate stub applications

  • How to develop applications using either the graphical or text-base application editor

  • How to define input streams and schemas, operators, and output streams

  • How typechecking ensures that data can flow through the application without errors

  • How to run an application in the Test-Debug perspective and feed sample data into it

Where to Go From Here

Many aspects of using StreamBase Studio are explained in a series of video tutorials on the StreamBase web site. Currently, the topics presented are:

  • Introduction to StreamBase Studio

  • Building your first application

  • StreamBase Component Exchange

  • Query Operators

  • Aggregate Operators

  • Tuples

  • Lists

  • Loops

  • Dynamic Variables

  • StreamBase JUnit Tests

  • Java Functions

  • FitNesse Testing Framework

  • Modules

  • Commenting, Grouping and Searching

  • The Relationship Between Modules and Query Tables

  • Hygienic Modules

  • Interfaces and Extension Points

  • Module Parameters

  • Remote SBD

  • Java Concurrency

  • SB Unit Test Creation

To access the videos, go to: http://www.streambase.com/community/training/videos/

The demos and samples installed with StreamBase demonstrate many more features than the simple application featured in this tutorial. To run the installed Demos, switch to the Demos perspective and follow the dialogs. For more information and pointers to the installed samples, see the Samples Guide

To get more information about using the StreamBase operators and related components of StreamBase applications, see the Authoring Guide.

Details about testing your applications can be found in the Test/Debug Guide.

For information about StreamBase embedded and external adapters, see the Adapters Guide.

To learn about writing clients and custom programs that interact with StreamBase applications, see the API Guide.

Back to Top ^