Anomaly detection for streaming time series, featuring automated model selection.
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:
masteror otherwise) to GitHub.
.travis.yml, which drives the build.
.travis.ymlinvokes the top-level
Makefile.
Makefile
Makefiles to handle building and releasing Docker images
Makefileruns one or more module-specific build scripts to
scripts/publish-to-docker-hub.shscript. This script has logic to push the image to Docker Hub if and only if the current branch is the
master.