You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/07/26 06:02:18 UTC

[GitHub] [iceberg-docs] szlta opened a new pull request, #131: Adding vendors page

szlta opened a new pull request, #131:
URL: https://github.com/apache/iceberg-docs/pull/131

   Adding vendors' page and link to it in topnav.
   cc: @pvary, @samredai 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] bitsondatadev commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
bitsondatadev commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r936926889


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,39 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://clouera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+

Review Comment:
   ```suggestion
   
   
   ### [Starburst](http://starburst.io)
   
   Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enable you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). With Starburst, we offer both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. We also provide customer support and house many of the original contributors to the open-source project that know Trino best. Learn more about [our Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] pvary commented on pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
pvary commented on PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#issuecomment-1232472565

   @samredai:  I  see that all of the comments were fixed. If you also think that the page is ready to be pushed, then I would be happy to merge.
   
   Thanks, Peter 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] rdblue commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
rdblue commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r939152635


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,42 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables

Review Comment:
   @jasonhughes248, would you like to add a section for Dremio?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] szlta commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
szlta commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r933409205


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,39 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors shipping Apache Iceberg
+
+This page contains some of the vendors who are shipping Apache Iceberg in their products
+
+
+### [Cloudera](http://clouera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:

Review Comment:
   This is a good idea, members of the vendors' list should have similar style/look.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] jasonhughes248 commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
jasonhughes248 commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r939441345


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,42 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables

Review Comment:
   @rdblue yeah, that'd be great, thanks!
   
   doesn't look like I have the permissions necessary to add it myself, so here's the content:
   
   ### [Dremio](https://www.dremio.com/)
   
   Dremio is the easy and open data lakehouse platform. With Dremio, an organization can easily build and manage a data lakehouse in which data is stored in open formats like Apache Iceberg and can be processed with Dremio’s interactive SQL query engine and non-Dremio processing engines. [Dremio Cloud](https://www.dremio.com/get-started/) provides these capabilities in a fully managed offering.
   
   [Dremio Sonar](https://www.dremio.com/platform/sonar/) is a lakehouse query engine that provides interactive performance and DML on Apache Iceberg, as well as other formats and data sources. It gives data providers the ability to quickly provision new views and metrics without ETL pipelines. It gives data consumers governed self-service and the ability to interact with a logical data model.
   
   [Dremio Arctic](https://www.dremio.com/platform/arctic/) is a lakehouse catalog and optimization service for Apache Iceberg. Arctic automatically optimizes tables in the background to ensure high-performance access for any engine. Arctic also simplifies experimentation, data engineering, and data governance by providing Git concepts like branches and tags on Apache Iceberg tables.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] rdblue commented on pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
rdblue commented on PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#issuecomment-1204199090

   @samredai, can you let other vendors know that there is a page for this now?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] pvary commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
pvary commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r929643714


##########
docs/config.toml:
##########
@@ -36,6 +36,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Releases", pre = "relative", url = "../../releases", weight = 600 },
     { name = "Blogs", pre = "relative", url = "../../blogs", weight = 998 },
     { name = "Talks", pre = "relative", url = "../../talks", weight = 999 },
+    { name = "Vendors", url = "/vendors", weight = 1000 },

Review Comment:
   nit: maybe stick to the `weight` order - if I understand correctly `weight` defines the order of the menu items, and while it is valid to have them on different order than the point are enumerated this is harder to read.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] jasonhughes248 commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
jasonhughes248 commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r943071348


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,42 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables

Review Comment:
   ah @rdblue makes sense. yup your changes look good



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] bitsondatadev commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
bitsondatadev commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r937038321


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,42 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://clouera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+
+### [Starburst](http://starburst.io)
+
+Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). With Starburst, we offer both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. We also provide customer support and house many of the original contributors to the open-source project that know Trino best. Learn more about [our Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).

Review Comment:
   ```suggestion
   Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). Starburst offers both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. Starburst also provides customer support and house many of the original contributors to the open-source project that know Trino best. Learn more about [the Starburst Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] bitsondatadev commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
bitsondatadev commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r940478509


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,46 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://cloudera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+
+### [Starburst](http://starburst.io)
+
+Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). Starburst offers both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. Starburst also provides customer support and houses many of the original contributors to the open-source project that know Trino best. Learn more about [the Starburst Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).

Review Comment:
   Thanks @jasonhughes248!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] rdblue commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
rdblue commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r937014314


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,42 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://clouera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+
+### [Starburst](http://starburst.io)
+
+Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). With Starburst, we offer both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. We also provide customer support and house many of the original contributors to the open-source project that know Trino best. Learn more about [our Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).

Review Comment:
   @bitsondatadev, could you remove personal pronouns from this? I think "Starburst offers ..." is more clear that "With Starburst, we offer ..." because it isn't clear who "we" is, and I don't want there to be confusion that the Iceberg community endorses a particular vendor.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] bitsondatadev commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
bitsondatadev commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r936914221


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,39 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://clouera.com)

Review Comment:
   ```suggestion
   ### [Cloudera](http://cloudera.com)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] samredai commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
samredai commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r933314031


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,39 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors shipping Apache Iceberg

Review Comment:
   nit: "Vendors With Iceberg Table Support"? or maybe "Vendors Supporting Iceberg Tables"?



##########
docs/config.toml:
##########
@@ -34,9 +34,10 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Quickstart", url = "/spark-quickstart", weight = 100 },
     { name = "Docs", url = "/docs/latest", weight = 200 },
     { name = "Releases", pre = "relative", url = "../../releases", weight = 600 },
+    { name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 },
     { name = "Blogs", pre = "relative", url = "../../blogs", weight = 998 },
     { name = "Talks", pre = "relative", url = "../../talks", weight = 999 },
-    { name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 },
+    { name = "Vendors", pre = "relative", url = "../../vendors", weight = 1000 },

Review Comment:
   Does this need to be a topnav item? The home page has a lot of marketing content and buttons already so what if we add a blurb about vendors somewhere there and have a button that says "Vendor List" which takes you to vendors.md?
   <img width="1626" alt="Screen Shot 2022-07-29 at 7 05 12 AM" src="https://user-images.githubusercontent.com/43911210/181777445-0012ba8a-1ad6-4958-a5f3-7f5c19486169.png">
    



##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,39 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors shipping Apache Iceberg
+
+This page contains some of the vendors who are shipping Apache Iceberg in their products
+
+
+### [Cloudera](http://clouera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:

Review Comment:
   I like the content here! Later on we can put this in a shortcode that will add some custom styling and also make this more like a form to keep every new addition consistent. That way it's easier to just fill out name, link, description, feature-list, code-snippet, etc with character limits built into the styling.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] jasonhughes248 commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
jasonhughes248 commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r939442014


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,46 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://cloudera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+
+### [Starburst](http://starburst.io)
+
+Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). Starburst offers both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. Starburst also provides customer support and houses many of the original contributors to the open-source project that know Trino best. Learn more about [the Starburst Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).

Review Comment:
   @bitsondatadev just a heads up, minor typo 🙂



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] jasonhughes248 commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
jasonhughes248 commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r939442014


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,46 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://cloudera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+
+### [Starburst](http://starburst.io)
+
+Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). Starburst offers both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. Starburst also provides customer support and houses many of the original contributors to the open-source project that know Trino best. Learn more about [the Starburst Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).

Review Comment:
   just a heads up, minor typo 🙂



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] samredai commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
samredai commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r933319975


##########
docs/config.toml:
##########
@@ -34,9 +34,10 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Quickstart", url = "/spark-quickstart", weight = 100 },
     { name = "Docs", url = "/docs/latest", weight = 200 },
     { name = "Releases", pre = "relative", url = "../../releases", weight = 600 },
+    { name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 },
     { name = "Blogs", pre = "relative", url = "../../blogs", weight = 998 },
     { name = "Talks", pre = "relative", url = "../../talks", weight = 999 },
-    { name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 },
+    { name = "Vendors", pre = "relative", url = "../../vendors", weight = 1000 },

Review Comment:
   You can see how those are created [here](https://github.com/apache/iceberg-docs/tree/main/landing-page/content/services).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] szlta commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
szlta commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r930723632


##########
docs/config.toml:
##########
@@ -36,6 +36,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Releases", pre = "relative", url = "../../releases", weight = 600 },
     { name = "Blogs", pre = "relative", url = "../../blogs", weight = 998 },
     { name = "Talks", pre = "relative", url = "../../talks", weight = 999 },
+    { name = "Vendors", url = "/vendors", weight = 1000 },

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] jasonhughes248 commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
jasonhughes248 commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r939441345


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,42 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables

Review Comment:
   @rdblue yeah, that'd be great, thanks!
   
   doesn't look like I have the permissions necessary to add it myself, so here's the content:
   
   ### [Dremio](https://www.dremio.com/)
   
   Dremio is the easy and open data lakehouse platform. With Dremio, an organization can easily build and manage a data lakehouse in which data is stored in open formats like Apache Iceberg and can be processed with Dremio’s interactive SQL query engine and non-Dremio processing engines. [Dremio Cloud](https://www.dremio.com/get-started/) provides these capabilities in a fully managed offering.
   
   [Dremio Sonar](https://www.dremio.com/platform/sonar/) is a lakehouse query engine that provides interactive performance and DML on Apache Iceberg, as well as other formats and data sources. It gives data providers the ability to quickly provision new views and metrics on Apache Iceberg tables and other data sources without ETL pipelines. It gives data consumers governed self-service and the ability to interact with a logical data model.
   
   [Dremio Arctic](https://www.dremio.com/platform/arctic/) is a lakehouse catalog and optimization service for Apache Iceberg. Arctic makes it easy to manage tables in the lakehouse, and automatically optimizes the data in the background to ensure high-performance access through Dremio Sonar, Spark, Flink, Snowflake, Athena, EMR, and other engines.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] samredai commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
samredai commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r936819500


##########
docs/config.toml:
##########
@@ -34,9 +34,10 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Quickstart", url = "/spark-quickstart", weight = 100 },
     { name = "Docs", url = "/docs/latest", weight = 200 },
     { name = "Releases", pre = "relative", url = "../../releases", weight = 600 },
+    { name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 },
     { name = "Blogs", pre = "relative", url = "../../blogs", weight = 998 },
     { name = "Talks", pre = "relative", url = "../../talks", weight = 999 },
-    { name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 },
+    { name = "Vendors", pre = "relative", url = "../../vendors", weight = 1000 },

Review Comment:
   You're making some great points ;)
   
   I agree, let's keep it next to Blogs and Talks. 👍 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] pvary merged pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
pvary merged PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] bitsondatadev commented on pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
bitsondatadev commented on PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#issuecomment-1231925458

   Checking in here @rdblue and @samredai. Is anything holding this up?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] rdblue commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
rdblue commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r941865948


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,46 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://cloudera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+
+### [Starburst](http://starburst.io)

Review Comment:
   ```suggestion
   ### [Snowflake](http://snowflake.com/)
   
   [Snowflake](https://www.snowflake.com/data-cloud/) is a single, cross-cloud platform that enables every organization to mobilize their data with Snowflake’s Data Cloud. Snowflake supports Apache Iceberg by offering [native support for Iceberg Tables](https://www.snowflake.com/blog/iceberg-tables-powering-open-standards-with-snowflake-innovations/) for full DML as well as connectors to [External Tables](https://www.snowflake.com/blog/expanding-the-data-cloud-with-apache-iceberg/) for read-only access.
   
   ### [Starburst](http://starburst.io)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] rdblue commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
rdblue commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r941871752


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,42 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables

Review Comment:
   Added, but I cut out some of the sentences that would appear like the ASF project is making claims about Dremio (as we did for the other entries here). Feel free to suggest edits if you think I got it wrong!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] pvary commented on pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
pvary commented on PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#issuecomment-1233755082

   Thanks everyone for the contributions and the reviews


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] bitsondatadev commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
bitsondatadev commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r936926889


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,39 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://clouera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+

Review Comment:
   ```suggestion
   
   ### [Starburst](http://starburst.io)
   
   Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enable you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). With Starburst, we offer both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. We also provide customer support and house many of the original contributors to the open-source project that know Trino best. Learn more about [our Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] bitsondatadev commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
bitsondatadev commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r936926889


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,39 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://clouera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+

Review Comment:
   ```suggestion
   
   ### [Starburst](http://starburst.io)
   
   Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). With Starburst, we offer both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. We also provide customer support and house many of the original contributors to the open-source project that know Trino best. Learn more about [our Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] bitsondatadev commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
bitsondatadev commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r937038321


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,42 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://clouera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+
+### [Starburst](http://starburst.io)
+
+Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). With Starburst, we offer both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. We also provide customer support and house many of the original contributors to the open-source project that know Trino best. Learn more about [our Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).

Review Comment:
   ```suggestion
   Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). Starburst offers both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. Starburst also provides customer support and houses many of the original contributors to the open-source project that know Trino best. Learn more about [the Starburst Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] szlta commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
szlta commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r933407682


##########
docs/config.toml:
##########
@@ -34,9 +34,10 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Quickstart", url = "/spark-quickstart", weight = 100 },
     { name = "Docs", url = "/docs/latest", weight = 200 },
     { name = "Releases", pre = "relative", url = "../../releases", weight = 600 },
+    { name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 },
     { name = "Blogs", pre = "relative", url = "../../blogs", weight = 998 },
     { name = "Talks", pre = "relative", url = "../../talks", weight = 999 },
-    { name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 },
+    { name = "Vendors", pre = "relative", url = "../../vendors", weight = 1000 },

Review Comment:
   The home page body rather shows features of what Iceberg can do currently. Actually it begins with "What is Iceberg" and is kind of describing it further down. I don't really see how a vendor blurb could fit among these feature descriptions/examples.
   IMHO a 'Vendors' link is better placed wherever external materials are already, and thus I think the place next to Blogs and Talks is more suitable. We could reposition Vendors elsewhere, but then I'd suggest to bring Blogs and Talks too with it. What do you think?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] pvary commented on pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
pvary commented on PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#issuecomment-1199050698

   @samredai: Is this the way you have imagined the Vendor page?
   
   Thanks,
   Peter


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] szlta commented on pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
szlta commented on PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#issuecomment-1222219636

   As we have some initial content here but not too much activity for the last two weeks, do you think this is ready to be merged @rdblue / @samredai ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] rdblue commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
rdblue commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r941867092


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,50 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://cloudera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+

Review Comment:
   ```suggestion
   ### [Dremio](https://www.dremio.com/)
   
   With Dremio, an organization can easily build and manage a data lakehouse in which data is stored in open formats like Apache Iceberg and can be processed with Dremio’s interactive SQL query engine and non-Dremio processing engines. [Dremio Cloud](https://www.dremio.com/get-started/) provides these capabilities in a fully managed offering.
   
   * [Dremio Sonar](https://www.dremio.com/platform/sonar/) is a lakehouse query engine that provides interactive performance and DML on Apache Iceberg, as well as other formats and data sources.
   * [Dremio Arctic](https://www.dremio.com/platform/arctic/) is a lakehouse catalog and optimization service for Apache Iceberg. Arctic automatically optimizes tables in the background to ensure high-performance access for any engine. Arctic also simplifies experimentation, data engineering, and data governance by providing Git concepts like branches and tags on Apache Iceberg tables.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] samredai commented on pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
samredai commented on PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#issuecomment-1232894978

   This looks good to me! Thanks everyone. @pvary if you could merge this that would be great.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg-docs] jasonhughes248 commented on a diff in pull request #131: Adding vendors page

Posted by GitBox <gi...@apache.org>.
jasonhughes248 commented on code in PR #131:
URL: https://github.com/apache/iceberg-docs/pull/131#discussion_r939441954


##########
landing-page/content/common/vendors.md:
##########
@@ -0,0 +1,46 @@
+---
+title: "Vendors"
+url: vendors
+disableSidebar: true
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+## Vendors Supporting Iceberg Tables
+
+This page contains some of the vendors who are shipping and supporting Apache Iceberg in their products
+
+
+### [Cloudera](http://cloudera.com)
+
+Cloudera Data Platform integrates Apache Iceberg to the following components:
+* Apache Hive, Apache Impala, and Apache Spark to query Apache Iceberg tables
+* Cloudera Data Warehouse service providing access to Apache Iceberg tables through Apache Hive and Apache Impala
+* Cloudera Data Engineering service providing access to Apache Iceberg tables through Apache Spark
+* The CDP Shared Data Experience (SDX) provides compliance and self-service data access for Apache Iceberg tables
+* Hive metastore, which plays a lightweight role in providing the Iceberg Catalog
+* Data Visualization to visualize data stored in Apache Iceberg
+
+https://docs.cloudera.com/cdp/latest/cdp-iceberg/topics/iceberg-in-cdp.html
+
+### [Starburst](http://starburst.io)
+
+Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). Starburst offers both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. Starburst also provides customer support and houses many of the original contributors to the open-source project that know Trino best. Learn more about [the Starburst Iceberg connecter](https://docs.starburst.io/latest/connector/iceberg.html).

Review Comment:
   ```suggestion
   Starburst is a commercial offering for the [Trino query engine](https://trino.io). Trino is a distributed MPP SQL query engine that can query data in Iceberg at interactive speeds. Trino also enables you to join Iceberg tables with an [array of other systems](https://trino.io/docs/current/connector.html). Starburst offers both an [enterprise deployment](https://www.starburst.io/platform/starburst-enterprise/) and a [fully managed service](https://www.starburst.io/platform/starburst-galaxy/) to make managing and scaling Trino a flawless experience. Starburst also provides customer support and houses many of the original contributors to the open-source project that know Trino best. Learn more about [the Starburst Iceberg connector](https://docs.starburst.io/latest/connector/iceberg.html).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org