Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Update integrations.mdx #56

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/pages/latest/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Since Presto [version 0.269](https://prestodb.io/docs/0.269/release/release-0.26

Since Trino version 373, Trino natively supports reading and writing the Delta Lake tables. For details on using the native Delta Lake connector, see Delta Lake Connector - Trino. For Trino versions lower than version 373, you can use the manifest-based approach detailed in Presto, Trino, and Athena to Delta Lake integration using manifests.

## StarRocks to Delta Lake integration

[StarRocks](http://starrocks.io), a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries. StarRocks natively supports reading Delta Lake tables. For details, see [StarRocks Delta Lake External Catalog](https://docs.starrocks.io/en-us/latest/data_source/catalog/deltalake_catalog) support.

## Other integrations

- [Presto, Trino, and Athena to Delta Lake integration using manifests](/latest/presto-integration.html)
Expand Down