Streaming anomaly detection with automated model selection and fitting.
To build the Maven project:
$ ./mvnw clean verify
To build the Docker images:
$ make docker_build
We use Travis CI to build AA Docker images and push them to Docker Hub. Here's how it works:
master
or otherwise) to GitHub..travis.yml
, which drives the build..travis.yml
invokes the top-level Makefile
.Makefile
Makefile
s to handle building and releasing Docker imagesMakefile
runs one or more module-specific build scripts to
scripts/publish-to-docker-hub.sh
script. This script has logic to push the image to Docker Hub
if and only if the current branch is the master
.