1. Run an engine
-
Local. Install the single binary for a working engine with zero dependencies:
- Cluster. Deploy with the Helm chart or the Firebolt Operator.
- Managed. Start on the managed service with a $200 credit.
2. Connect with an SDK
Firebolt ships clients for the languages engineers already use: For raw HTTP and the REST API, see Use the API.3. Load external data
Query files in object storage directly with table-valued functions, with no ingestion step:READ_CSV, READ_JSON, and READ_AVRO work the same way. See the table-valued functions reference.
To make the data resident in Firebolt for the fastest queries, load it with COPY FROM:
Next steps
- Read Core concepts for a tour of the data model, table types, indexing, and ingest. Start here.
- Want to go deep right away? See Performance and observability or the SQL commands reference.