The Alexandra Institutes IoT Platform is a micro-service platform for the Internet of Things. The communication backbone is the Kafka Message System which all other components use for inter-service communication. This repository is a Complex Event Processing engine, that can be used in the context of the IoT Platform, or as a standalone component.
The image is maintained by Thomas Gilbert. You can reach me at [email protected] for help or if you have a comment about the image.
There are several ways to run the program:
docker run --rm -it -p 9443:9443 glagnar/wso2cepdocker run -d -p 9443:9443 -v $PWD/src/server:/usr/src/code glagnar/wso2cepTo create your own image, containing your own queries you need to create your own Dockerfile.
FROM glagnar/wso2cep:latest
MAINTAINER [email protected]
COPY ./src/server /usr/src/code
WORKDIR /usr/src/wso2cep/bin
CMD ["./wso2server.sh"]
This could not be possible if it were'nt for the guy's behind Siddhi and WSO2
Content type
Image
Digest
Size
1.2 GB
Last updated
over 9 years ago
docker pull glagnar/wso2cep