Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following sections cover how to run WSO2 Stream Processor.

...

  1. Navigate to the <SP_HOME>/bin directory.
  2. Issue the following command to start the server of the Stream Processor Studio.
    For Windows:  editor.bat
    For Linux :   ./editor.sh
  3. Use the following URL to access the editor UI.
    http://localhost:<EDITOR_PORT>/editor   (e.g: https://localhost:9390/portaleditor )

Info
titleImportant

The Stream Processor Studio runtime is recommended to be used only when developing Siddhi applications. Therefore, it is designed to be run only in a development environment. It is not meant to be deployed in a remote or docker setup.


Starting a worker node

To start a worker node to deploy and run Siddhi Applications in production, follow the steps below:

...