Deploying a Project to a Cluster

To run the projects you create in ESP Studio, add them to a cluster.

Prerequisites
Create a project.
Task
  1. Set project options using the Project Configuration view in ESP Studio or by editing the project’s CCR file.
    Read about project options in the sections that follow.
  2. Add the project to the node:
    esp_cluster_admin --uri=esp[s]://<host>:19011 --username=<username> --password=<password>
    > add project <workspace-name>/<project-name> <project-name.ccx>
    >
    Note: If you omit the password parameter when you call the esp_cluster_admin tool, Event Stream Processor prompts you for the password and hides it as you type, which improves security.