CloudSlang in Rest API based on Vertx.
POST /{baseUrl}/urest/v1/{cs-flow-name}
ca-flow-name is the name of CloudSlang flow. The input of the flow is passed via the body of POST request which is in application/json.
TODO
CloudSlang-Vertx is published on JCenter
compile 'io.kk:cloudslang-vertx:0.0.2'
java -jar cloudslang-vertx-{version}-fat.jar
See Dockerfile for detail
docker run -v /local/data:/data -e "CONTENT_PATH=/data/cs" -p 9999:9999 keke/cloudslang-vertx