self-hosted SQL business intelligence: explore data with SQL, build dashboards, schedule data checks, backed by cloudimg support
Blazer is an open-source, self-hosted business-intelligence tool. Write SQL queries, turn them into charts and dashboards, and schedule data checks that alert you when something looks wrong. It runs against a bundled database out of the box and can be pointed at your own data source with a read-only role. The cloudimg image fronts the web interface with authentication and ships populated with example queries and a dashboard, so the query editor and charts render real content the moment you sign in.
The cloudimg image is production-ready on first boot. Because Blazer has no built-in authentication, the web interface is gated behind an nginx reverse proxy with HTTP Basic auth on every path, and a unique admin password, application secret and database password are generated for every instance on first boot and stored in a root-only file, so no shared or default credential ships in the image. It comes with a paired step-by-step deploy guide and 24/7 expert support.
Real screenshots taken while testing this image against its deployment guide.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
## Why This AMI Instead of Self-Deploying?
Blazer is a popular open source, self-hosted business-intelligence tool: write SQL queries, turn them into charts and dashboards, and schedule data checks that alert you when something looks wrong. Deploying it yourself means installing Docker, running the Rails application, provisioning and hardening a database, fronting the app behind a reverse proxy with authentication, and generating and rotating application secrets. This AMI eliminates that effort entirely - your self-hosted SQL dashboard is running within minutes of launch, not hours. You get a pre-hardened, tested configuration backed by 24/7 expert support with a one-hour average response for critical issues, something community forums cannot provide.
The current release available is Blazer 3.4.0.
## Application Stack
The official upstream Blazer container runs under one systemd service, backed by a bundled PostgreSQL database. A host nginx reverse proxy fronts the application on port 80 and gates every path behind HTTP Basic authentication, because Blazer has no built-in authentication of its own. The database listens on the loopback address only; nginx is the single public listener. The image ships populated: a sample dataset, four example queries, a dashboard and a data check, so the query editor, chart results and dashboards render real content the moment you sign in.
## Secure By Default
Blazer runs arbitrary SQL, so an unauthenticated instance would be a serious risk. Many pre-built images ship with shared or default credentials - this image eliminates that entirely:
## Ready To Use
Browse to the instance on port 80, sign in with the generated admin credentials, and start exploring. The bundled sample dataset and example queries let you try charts and dashboards immediately; point Blazer at your own database with a read-only role when you are ready to query production data.
## What You Avoid By Using This AMI
## cloudimg Support
24/7 technical support by email and chat with a one-hour average response for critical issues. Our engineers help with deployment, TLS termination, connecting external databases with read-only roles, backups, user management and scaling.
## Use Cases
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.