Skip to content

Commit cf844c5

Browse files
jingtao-fireboltdevendra-nr
authored andcommitted
Docs: Add Firebolt to vendor-related documentation (apache#13350)
1 parent e96a4a6 commit cf844c5

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ nav:
5353
- hive.md
5454
- Trino: https://trino.io/docs/current/connector/iceberg.html
5555
- Daft: daft.md
56+
- Firebolt: https://docs.firebolt.io/reference-sql/functions-reference/table-valued/read_iceberg
5657
- Estuary: https://docs.estuary.dev/reference/Connectors/materialization-connectors/apache-iceberg/
5758
- Tinybird: https://www.tinybird.co/docs/forward/get-data-in/table-functions/iceberg
5859
- Redpanda: https://docs.redpanda.com/current/manage/iceberg/about-iceberg-topics

site/docs/blogs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ title: "Blogs"
2222

2323
Here is a list of company blogs that talk about Iceberg. The blogs are ordered from most recent to oldest.
2424

25+
<!-- markdown-link-check-disable-next-line -->
26+
### [Querying Apache Iceberg with Sub-Second Performance](https://www.firebolt.io/blog/querying-apache-iceberg-with-sub-second-performance)
27+
**Date:** June 11, 2025, **Company**: Firebolt
28+
**Author**: [Lorenz Hübschle](https://www.linkedin.com/in/lorenzhs)
29+
2530
<!-- markdown-link-check-disable-next-line -->
2631
### [What Are Apache Iceberg Tables? Benefits and challenges](https://www.redpanda.com/blog/apache-iceberg-tables-benefits-challenges)
2732
**Date:** May 21, 2025, **Company**: Redpanda

site/docs/vendors.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ A low-latency, high-fidelity data movement platform, Estuary lets developers qui
7878

7979
Estuary's catalog of pre-built data connectors provides integrations with databases, APIs, event logs, and more. [Apache Iceberg](https://estuary.dev/solutions/technology/apache-iceberg/) is a primary destination option with two configurable materializations: one that [merges](https://docs.estuary.dev/reference/Connectors/materialization-connectors/apache-iceberg/) new updates and one that simply [appends](https://docs.estuary.dev/reference/Connectors/materialization-connectors/amazon-s3-iceberg/) them.
8080

81+
### [Firebolt](https://www.firebolt.io)
82+
83+
[Firebolt](https://www.firebolt.io) is a cloud data warehouse built to power data-intensive applications that demand low latency and high concurrency. It is optimized for reading Apache Iceberg tables with sub-second performance and integrates seamlessly with major Iceberg catalogs.
84+
85+
Firebolt is also available as [Firebolt Core](https://docs.firebolt.io/firebolt-core), a free, self-hosted edition of its distributed query engine.
86+
87+
Learn more about querying Iceberg with Firebolt [here](https://www.firebolt.io/blog/querying-apache-iceberg-with-sub-second-performance).
88+
8189
### [IBM watsonx.data](https://www.ibm.com/products/watsonx-data)
8290

8391
[IBM watsonx.data](https://www.ibm.com/products/watsonx-data) is an open data lakehouse for AI and analytics. It uses Apache Iceberg as a core table format, providing features like schema evolution, time travel, and partitioning. This allows developers to easily work with large, complex data sets while ensuring efficient performance and flexibility. watsonx.data simplifies the integration of Iceberg tables, making it easy to manage data across different environments and query historical data without disruption.

0 commit comments

Comments
 (0)