FastAPI backend for Savvina AI, a self-hosted natural-language-to-SQL analytics tool
263
FastAPI backend for Savvina, a self-hosted text-to-SQL analytics platform. Generates and safely executes SQL from plain-English questions, with read-only validation and SELECT-only enforcement.
This image pairs with savvinaai/savvina-frontend. See the main repo
for the full docker-compose setup:
https://github.com/savvina-ai/savvina
git clone https://github.com/savvina-ai/savvina
cd savvina
docker compose pull
docker compose up -d --no-build
(Already have your own Postgres/MySQL? Drop --profile local-db and
point DATABASE_URL at it instead.)
Content type
Image
Digest
sha256:9cd2377a8…
Size
378.7 MB
Last updated
2 days ago
docker pull savvinaai/savvina-backend