Installation
Install via Docker
mkdir -p ~/cueobserve
wget https://raw.githubusercontent.com/cuebook/CueObserve/latest_release/docker-compose-prod.yml -q -O ~/cueobserve/docker-compose-prod.yml
wget https://raw.githubusercontent.com/cuebook/CueObserve/latest_release/.env -q -O ~/cueobserve/.env
cd ~/cueobservedocker-compose -f docker-compose-prod.yml --env-file .env up -dUse Postgres as the application database
POSTGRES_DB_SCHEMA=cueobserve
POSTGRES_DB_USERNAME=postgres
POSTGRES_DB_PASSWORD=postgres
POSTGRES_DB_HOST=localhost
POSTGRES_DB_PORT=5432Authentication
Email Notification
Scaling Anomaly Detection using AWS Lambda
Requirements
Steps
Building and Deploying Image to ECR
Setting up Lambda
Configuring CueObserve
Install on Kubernetes
Scaling Application
Infra Requirements
Last updated
Was this helpful?