You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2021/08/05 20:21:22 UTC

[hudi] branch asf-site updated: [DOCS] Continuous refinement of how we explain Hudi (#3406)

This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c50cc97  [DOCS] Continuous refinement of how we explain Hudi (#3406)
c50cc97 is described below

commit c50cc97fee8414982ef21c43f822e1d9586c6101
Author: vinoth chandar <vi...@users.noreply.github.com>
AuthorDate: Thu Aug 5 13:21:14 2021 -0700

    [DOCS] Continuous refinement of how we explain Hudi (#3406)
---
 website/blog/2021-07-21-streaming-data-lake-platform.md | 2 +-
 website/docusaurus.config.js                            | 4 ++--
 website/src/pages/index.js                              | 3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/website/blog/2021-07-21-streaming-data-lake-platform.md b/website/blog/2021-07-21-streaming-data-lake-platform.md
index 981b93c..13591da 100644
--- a/website/blog/2021-07-21-streaming-data-lake-platform.md
+++ b/website/blog/2021-07-21-streaming-data-lake-platform.md
@@ -1,5 +1,5 @@
 ---
-title: "Apache Hudi - The Streaming Data Lake Platform"
+title: "Apache Hudi - The Data Lake Platform"
 excerpt: "It's been called many things. But, we have always been building a data lake platform"
 author: vinoth
 category: blog
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 32a10fa..a994238 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -9,8 +9,8 @@ const allDocHomesPaths = [
 
 /** @type {import('@docusaurus/types').DocusaurusConfig} */
 module.exports = {
-  title: 'Welcome to Apache Hudi!',
-  tagline: 'Hudi is the Streaming Data Lake Platform!',
+  title: 'Apache Hudi!',
+  tagline: 'Hudi brings transactions, record-level updates/deletes and change streams to data lakes!',
   url: 'https://hudi.apache.org',
   baseUrl: '/',
   onBrokenLinks: 'throw',
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 7c56656..404a06a 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -43,7 +43,8 @@ function DataLake() {
                 </AnchoredH2>
 
                 <div className="sub-title" className="text--center text--semibold">
-                    Hudi brings stream processing to data lakes, providing fresh data while being an order of magnitude efficient over traditional batch processing.
+                    Hudi is a rich platform to build streaming data lakes with incremental data pipelines <br/>
+                    on a self-managing database layer, while being optimized for lake engines and regular batch processing.
                 </div>
 
                 <img className="hudi-lake text-center" src={require('/assets/images/hudi-lake.png').default} alt="Hudi Data Lake" />