Docker Compose
Recommended system requirements:
- 3 GHz Dual-core Xeon/Opteron (or latest)
- 8 GB RAM
- 10 GB free disk space
Follow these installation instructions to install Docker.
Download installation archive for docker-compose and extract.
Switch into the relevant resource directory by executing the following commands.
cd docker-sp/docker-compose
Switch to the docker-compose/editor-worker-dashboard folder.
- Editor with Worker and Dashboard
cd editor-worker-dashboard/scripts
- WSO2 Stream Processor Distributed deployment
cd sp-distributed/scripts
Execute the following Docker command to start the selected deployment.
./deploy.sh
Once WSO2 Stream Processor is successfully deployed, access the following URLs on your web browser using the credentials username: admin and password: admin.
Editor: https://localhost:9390/editor
Dashboard: https://localhost:9643/monitoring
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
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.