StreamBase Documentation
Authoring Guide
Welcome This guide explains how to use the StreamBase Studio authoring perspective to create and maintain StreamBase applications.
- Authoring Perspective
- Running and Stopping StreamBase Applications
- StreamBase Execution Order, Concurrency Options, and Data Parallelism
- StreamBase Expression Language and Functions
- Using Nulls in StreamBase Applications
- Options for Defining Output Fields in StreamBase Operators
- Introduction to the StreamBase Data Constructs
- Introduction to the StreamBase Operators
- Defining Input Streams and Schemas
- Defining Output Streams
- Using Embedded Adapters
- Using JDBC Data Sources
- Operators and Data Constructs
- Using the Filter Operator to Conditionally Split or Filter Data
- Using the Map Operator to Add or Drop Data
- Using the Metronome Operator to Set the Tempo of Downstream Processing
- Using the Heartbeat Operator to Avoid Lulls in Downstream Processing
- Using the Split Operator to Explicitly Indicate Output Order
- Using the Gather Operator to Collect Previously Split Data
- Using the Merge Operator to Merge Ordered Data
- Using the Join Operator to Join Data from Two Streams
- Using the Union Operator to Perform Data Unions (Order Agnostic)
- Using the Materialized Window Data Construct to View Data
- Using the JDBC Table Data Construct to Share Data
- Using the Query Table Data Construct to Share Data
- Using the Query Operator to Use or Modify Shared Data
- Defining Components to Protect Critical Data
- Using the BSort Operator to Perform Approximate Sorts
- Using the Aggregate Operator to Apply Aggregating Functions
- Using the Java Operator to Perform Custom Functionality
- Using Dynamic Variables
- Using Application Modules
