Why Firebolt
- Open engine, open storage. The engine is open source and reads open formats (Parquet, Iceberg), so there is no lock-in.
- Deploy anywhere. The same binary runs on a laptop, VM, bare metal, Kubernetes, or any cloud. Managed and bring-your-own-cloud (BYOC) commercial offerings are also available.
- Price-performance. Fast analytics on data-intensive workloads at low cost.
- Real-time and batch. Low-latency queries on the custom storage format and batch ELT over Parquet and Iceberg, from one engine.
Deployment modes
Single binary. Zero dependencies for local development and embedded use. Install with:At a glance
| Attribute | Detail |
|---|---|
| SQL dialect | PostgreSQL-compatible |
| Data volume | Gigabytes to petabytes |
| Architecture | Single binary, built for object storage |
| Compute | x86 / ARM, 1 to 256 vCPU, 1 to 256 nodes |
| Connectivity | ADBC, JSON REST, PostgreSQL wire protocol |
| Storage | Custom format (real time), Parquet and Iceberg (batch) |
| Consistency | ACID transactions, snapshot isolation |
| Deployment | Binary, Docker, Helm, Kubernetes operator, managed service |
| Cloud | AWS (GA), GCP (GA), Azure (Preview) |
Next steps
- Connect an SDK and load data in the Quickstart.
- Run Firebolt in your own infrastructure with the Self-Managed docs.
- Understand the engine in Architecture and Performance and observability.