DirectQL/scripts at main · andreibesleaga/DirectQL · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

DirectQL Scripts

Helper scripts for managing the local DirectQL stack.

Scripts

test-local-setup.sh

Automated E2E setup and test.

Starts the full Docker Compose stack, waits for health checks, and runs E2E verification tests.

./scripts/test-local-setup.sh

pull-ollama-model.sh

Download an Ollama model (manual step).

After the stack is running, use this script to download LLM models for local AI inference.

# Download default model (llama3.2:1b)
./scripts/pull-ollama-model.sh

# Download a specific model
./scripts/pull-ollama-model.sh llama3.2:3b

Note: Model download is intentionally separated from stack startup to avoid automatic bandwidth usage and allow faster initial setup.


monitor-stack.sh

Real-time stack monitoring.

Displays service status, resource usage, recent errors, and streams live logs.

./scripts/monitor-stack.sh