Install >

Vagrant

Recommended system requirements:

  • 3 GHz Dual-core Xeon/Opteron (or latest)
  • 16 GB RAM
  • 10 GB free disk space
1

Follow these installation instructions to install Vagrant.

2

Follow these installation instructions to install VirtualBox.

3

Clone the WSO2 Stream Processor Vagrant git repository and switch to the relevant resource directory by executing the following commands.

git clone https://github.com/wso2/vagrant-sp
cd vagrant-sp
4

Execute the following Vagrant command to start the selected deployment.

vagrant up
5

Once the deployment is up, access the editor using the following URL.

https://localhost:9390/editor

You can view the WSO2 Stream Processor samples as well as implement new Siddhi applications using the editor. These Siddhi applications can then be imported and deployed in the worker node. Follow this document for a detailed guide on how to export a Siddhi application. This document provides details on deploying a Siddhi application using the WSO2 Stream Processor Rest API.

Use the worker node URL shown below when using the WSO2 Stream Processor Rest API.

https://localhost:9443/siddhi-apps
6

Access the stream processor dashboard via the following URL using the credentials username: admin and password: admin.

https://localhost:9643/monitoring/

To start using WSO2 Stream Processor, read the Quick Start Guide.