Apache Iceberg
Keep your telemetry in your own object storage and let Huntbase query it where it lies. In most cases all we need is a bucket and a scoped access key — we create and operate the Apache Iceberg catalog for you, in your bucket. If you already run an Iceberg REST catalog or use AWS Glue, point us at that instead.
Apache Iceberg has its own guide: Data lake. This page summarises the connection settings.
| Category | Data warehouse |
| Direction | Data destination |
| Sign-in | Static Access Keys |
| Query languages | SQLite |
| Website | https://huntbase.io |
Before you start
Huntbase signs in to Apache Iceberg with Static Access Keys. Create the credential in Apache Iceberg first, then keep it to hand for the Connect step.
- Pick a bucket and prefix for your telemetry, such as
s3://your-bucket/huntbase/. - On AWS, attach an IAM policy to a dedicated IAM user that allows
s3:ListBucketon the bucket and read and write object actions such ass3:GetObjectands3:PutObjectonarn:aws:s3:::your-bucket/huntbase/*only. - In the IAM console, choose Security credentials for that user, then choose Create access key in Access keys.
- On Retrieve access keys, choose Show or Download .csv file. This is your only chance to save the secret access key.
- Note the object-store endpoint and Region.
- Read access is used for queries, and write access only for the Iceberg table metadata that the catalog maintains. Huntbase never writes your event data and never reads outside the prefix you scope the key to.
- Creating the connection doesn't provision the store. It's provisioned after the connection is created, and only then does it join federated queries.
For the vendor's own instructions, see AWS example policy for S3 bucket object access.
Use a dedicated, read-only credential for Huntbase where the product allows it. Huntbase only needs to read.
Connect Apache Iceberg
- Go to Connections and click New connection, or click New connection on the Apache Iceberg product page.
- On Product, pick Apache Iceberg and choose the Owner.
- On Details, give the connection a Name and, optionally, a Description.
- On Connect, fill in the settings and credentials described below.
- On Verify, review the summary and click Create & check.
For everything else on the setup page — saving a draft, I'll do this later, and what each check result means — see Connections.
Settings
Where your Apache Iceberg lives:
| Field | Required | Notes |
|---|---|---|
| How your tables are catalogued | Yes | managed needs nothing you have to install. glue uses the Data Catalog you already have on AWS. rest points at a catalog service you operate. One of managed, glue, rest. Defaults to managed. |
| Object Store Endpoint | Yes | HTTP(S) endpoint of your object store. Pick the AWS regional endpoint, or type your own for MinIO, Ceph, Cloudflare R2 or any other S3-compatible store. One of https://s3.us-east-1.amazonaws.com, https://s3.us-east-2.amazonaws.com, https://s3.us-west-2.amazonaws.com, https://s3.eu-west-1.amazonaws.com, https://s3.eu-west-2.amazonaws.com, https://s3.eu-central-1.amazonaws.com, https://s3.ap-southeast-2.amazonaws.com. |
| Region | Yes | For MinIO and similar stores, use the region string your store expects. This is usually us-east-1. |
| Bucket / warehouse location | Yes | The bucket and prefix, such as s3://your-bucket/huntbase/. For the managed catalog, this is the only location you need to provide. Shown only when How your tables are catalogued is managed or glue. |
| Iceberg REST Catalog URI | Yes | HTTP(S) endpoint of the Iceberg REST catalog you run, e.g. https://catalog.example.eu:8181. Databricks Unity Catalog and Snowflake Open Catalog both expose one — point us at theirs. Shown only when How your tables are catalogued is rest. |
Advanced settings
These settings are under Advanced. You can usually leave them alone.
| Field | Required | Notes |
|---|---|---|
| Glue Catalog ID | No | Only when the Glue catalog lives in a different AWS account from the access key. Shown only when How your tables are catalogued is glue. |
Credentials
The only Method is Static Access Keys. Enter a Credential label (for example Production), then fill in:
| Field | Required | Notes |
|---|---|---|
| Access Key ID | Yes | S3-compatible access key id. Secret — not shown again after you save it. |
| Secret Access Key | Yes | S3-compatible secret access key. Secret — not shown again after you save it. |
Query it
Once connected, Apache Iceberg can serve these languages in a query tab, and Scout can use it when you ask in Auto:
| Language | Use it for |
|---|---|
| SQLite | SQL across this source and every other connected source. |
Next steps
- Connections — health, credentials and settings after you connect
- Query languages — syntax, parameters and time ranges
- Chatting with Scout — ask questions without writing a query
- All integrations — the rest of the catalog