Skip to content

Commit cb25cf2

Browse files
authored
Add IceGate to the "Powered By" section (#806)
1 parent 6e0d89f commit cb25cf2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

powered_by.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,15 @@ short description of your use case.
151151
directly on top of Amazon S3. Our approach is simple: ingest the OpenTelemetry data in an S3 bucket as
152152
Parquet files in Iceberg table format and query them using DuckDB with milliseond retrieval and zero egress cost.
153153
Parquet is converted to Arrow format in-memory enhancing both speed and efficiency.
154+
* **[IceGate][63]:** IceGate is an open source observability data lake engine
155+
written in Rust. It receives OpenTelemetry logs, traces, metrics, and events,
156+
stores them as Apache Iceberg tables on object storage, and serves them through
157+
Apache Arrow Flight SQL and HTTP APIs compatible with existing open source
158+
observability clients. IceGate uses Apache Arrow as its in-memory format on both
159+
the ingest and query paths, Apache Parquet for its write-ahead log and Iceberg
160+
data files, Apache Arrow Flight SQL for BI and ad-hoc SQL clients over gRPC,
161+
Apache OpenDAL for S3-compatible access, and Apache DataFusion for query
162+
execution.
154163
* **[InAccel][29]:** A machine learning acceleration framework which leverages
155164
FPGAs-as-a-service. InAccel supports dataframes backed by Apache Arrow to
156165
serve as input for our implemented ML algorithms. Those dataframes can be
@@ -314,3 +323,4 @@ short description of your use case.
314323
[60]: https://iomete.com
315324
[61]: https://github.com/Eventual-Inc/Daft
316325
[62]: https://github.com/lakehq/sail
326+
[63]: https://icegate.tech

0 commit comments

Comments
 (0)