Installation
Thermocline is currently installed from source in this repository.
Clone
git clone https://github.com/strongly-ai/thermocline.git
cd thermocline
Local Runtime (Recommended First Step)
make dev-up
./scripts/dev/wait-for-services.sh
Build from Source
make build
Validate Core Test Gate
make test-fast
Advanced Local Validation
make test-local
make e2e-all-local
make mql-exhaustive
Kubernetes/Cloud Assets
Deployment artifacts live in:
deploy/helm/thermoclinedeploy/kustomizedeploy/terraform/awsdeploy/terraform/gcpdeploy/terraform/azure
See Deployment for topology-specific setup.
Source of Truth
Makefilescripts/dev/wait-for-services.shdocker-compose.ymldeploy/helm/thermocline/values.yaml