Versions Compared

Key

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

...

Siddhi applications can be deployed to the worker node by using one of the following methods:

...

  • Anchor
    Deploy Siddhi Application via Editor
    Deploy Siddhi Application via Editor
    Using Stream Processor Studio
    This involves deploying the Siddhi applications via the Stream Processor studio once you create and save them. To do this, follow the substeps below.

    Tip

    This method allows you to deploy multiple Siddhi applications to mutiple servers at once.


    1. Open the Stream Processor Studio. For detailed instructions, see Stream Processor Studio Overview.
    2. In the top menu bar, click Deploy and then click Deploy to Server.
      Image Added
    3. If you want to deploy all the Siddhi applications saved in the Stream Processor Studio, select the check box for the Workspace directory as shown in the example below. If not, select the check boxes of the required Siddhi applications.
      Image Added
    4. Add the servers to which you want to deploy the Siddhi applications as follows:
      Image Added
      1. In the Host field, enter the host of the server.
      2. In the Port field, enter the port of the server.
      3. In the User Name field enter the user name to log in to the server.
      4. In the Password field, enter the password to  log in to the server.
      5. Click Add to add the server.

      Repeat the above substeps to specify all the servers to which the Siddhi applications you selected need to be deployed.

    5. Once you have added all the required servers, click Deploy. As a result, a log appears to indicate whether the selected Siddhi applications are successfully deployed as shown in the example below.
      Image Added
  • Deploying manually
    This involves dropping the .siddhi file in to the <SP_HOME>/wso2/worker/deployment/siddhi-files/ directory before or after starting the worker node.

...

  • Via REST API
    This involves sending a "POST" request to http://<host>:<port>/siddhi-apps with the Siddhi App included in the body of the request. Refer Stream Processor REST API Guide for more information on using WSO2 Strean Processor APIs.

When a Siddhi application is successfully deployed, a message similar to the following example appears in the startup logs.

...

Info

If you need to deploy streaming applications in a Docker environment, they need to be exported as Docker artifacts. For more information, see Exporting Siddhi Files as Docker Artifacts.

Deploying Siddhi applications from Stream Processor Studio

...

Tip

Alternatively, you can manually place the Siddhi applications in the <SP_HOME>/wso2/worker/deployment/siddhi-files directory to deply them in the productioin environment. However, using the Stream Processor Studio allows you to move the

...

.

...