From 1030185d62ddab7e7eb62573d591b074631f0af3 Mon Sep 17 00:00:00 2001 From: Albert Wong Date: Thu, 21 Sep 2023 11:06:08 -0700 Subject: [PATCH] Update integrations.mdx Adding in StarRocks integration to Delta Lake. --- src/pages/latest/integrations.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/latest/integrations.mdx b/src/pages/latest/integrations.mdx index 119c1ff..6f91554 100644 --- a/src/pages/latest/integrations.mdx +++ b/src/pages/latest/integrations.mdx @@ -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)