Launching StreamBase Studio

Purpose

If you have read the first topic, you should know enough of the basic StreamBase terms and concepts to start the tutorial.

In the tutorial, we will build and run a very simple application that takes a stream of stock trade data, and selects from them only trades above a certain number of shares. We will also create a feed simulator that enters test data into the running application, so that we can verify whether the application works as expected.

Let's begin by starting StreamBase Studio.

Prerequisites

If you are running the StreamBase Trial kit, a license file was automatically e-mailed to you when you downloaded the kit. The license for the full version is e-mailed to you by a StreamBase Systems representative.

You can run StreamBase Studio and design applications without a license file, but before you can run or debug applications in Studio, your license file must be copied to the etc directory of your installation. For details, see Configuring a StreamBase License.

Start StreamBase Studio

  1. Open the Workspace Launcher:

    On Windows

    On a Windows machine, launch StreamBase Studio in one of the following ways:

    • On the Start menu, select Start(All) ProgramsStreamBase n.mStreamBase Studio .

    • From the desktop, double-click the StreamBase Studio desktop icon.

    On Linux

    On a Linux machine, launch StreamBase Studio by entering the sbstudio command at a shell prompt.

  2. Choose a workspace

    A workspace is a directory in your file system that contains the projects, files, and other resources that you create with StreamBase Studio. You might maintain several workspaces, each with a different development focus, or used with a different version of StreamBase.

    Click OK to open StreamBase Studio using the workspace path that is loaded in your launcher. If you are opening StreamBase for the first time, a new workspace is created, initialized with default StreamBase Studio settings. If you are using an existing workspace, all your files and any customized settings are preserved from the last time you used it.

    Alternatively, before clicking OK you can click Browse to switch to a different, existing workspace, or enter the name of a new directory to create a new workspace.

Summary and Next Steps

In this topic you have learned how to start StreamBase Studio and choose a workspace. You are ready to create a StreamBase project and application.

Click Next to go to the next topic.