scottteal commented on code in PR #2794:
URL: https://github.com/apache/polaris/pull/2794#discussion_r2423886772
##########
site/content/_index.adoc:
##########
@@ -22,35 +22,150 @@ type: home
cascade:
no_list: true
---
-{{< blocks/cover title="Welcome to the Apache Polaris™ (incubating) web site!"
image_anchor="center" color="primary" >}}
-Apache Polaris is an open-source, fully-featured catalog for Apache Iceberg™.
It implements Iceberg's REST API, enabling seamless multi-engine
interoperability across a wide range of platforms, including Apache Doris™,
Apache Flink®, Apache Spark™, Dremio® OSS, StarRocks, and Trino.
+{{< blocks/cover image_anchor="center" height="min" color="primary">}}
+<div class="homepage-logo mb-4">
+ <img src="/img/logos/apache-polaris-logo-stacked-light.svg" alt="Apache
Polaris" class="polaris-hero-logo">
+</div>
-<a href="/in-dev/unreleased/getting-started/" class="btn btn-lg btn-dark
mt-5">Get Started <i class="fas fa-arrow-alt-circle-right ms-2"></i></a>
+The open-source catalog built for secure interoperability
+
+<div class="mt-5 d-flex flex-column flex-md-row gap-3 justify-content-center">
+ <a href="/in-dev/unreleased/getting-started/" class="btn btn-lg
btn-light">Get Started <i class="fas fa-rocket ms-2"></i></a>
+ <a href="https://github.com/apache/polaris" class="btn btn-lg
btn-outline-light">View on GitHub <i class="fab fa-github ms-2"></i></a>
+</div>
{{< /blocks/cover >}}
-image::img/Polaris-Catalog-BLOG-symmetrical-subhead.png[Polaris Catalog]
-
-{{< blocks/section color="dark" type="row" >}}
-{{% blocks/feature icon="fa-lightbulb" title="Join the community!"
url="https://join.slack.com/t/apache-polaris/shared_invite/zt-2y3l3r0fr-VtoW42ltir~nSzCYOrQgfw"
url_text="Chat with us" %}}
-Chat with users and project developers!
-{{% /blocks/feature %}}
-{{% blocks/feature icon="fa-brands fa-github" title="Contributions welcome!"
url="https://github.com/apache/polaris/pulls" url_text="Polaris Pull Requests"
%}}
-We do a https://github.com/apache/polaris/pulls[Pull Request] contributions
workflow on **GitHub**. New users are always welcome!
-{{% /blocks/feature %}}
-{{% blocks/feature icon="fa fa-envelope" title="Join our mailing list"
url="https://lists.apache.org/[email protected]"
url_text="Subscribe" %}}
-For announcement and discussions about the project.
-{{% /blocks/feature %}}
+{{< blocks/section color="gray-light" >}}
+<div class="container text-center">
+ <h2 class="mb-5">What is Apache Polaris?</h2>
+ Apache Polaris™ is an enterprise-grade data catalog that enables seamless,
secure multi-engine interoperability. Built on Iceberg's REST API, it powers
your data lakehouse across Apache Doris™, Apache Flink®, Apache Spark™,
StarRocks, Trino, and more.
Review Comment:
In terms of sticking to original sentence structure, no problem. But two
things I noticed when I read the current text:
1. Is Polaris now a catalog for more than just Iceberg? Yes Polaris' Iceberg
support is robust, but aren't other formats are supported via Generic Tables
(marked as beta in the diagram like in docs)
2. I didn't realize Dremio's engine was OSS. If that's so, then I could
understand the case to be listed among other OSS 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]