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

yihua 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 001100a4ed [DOCS] Add new blogs (#6833)
001100a4ed is described below

commit 001100a4ed468aa7f384b426b0ba979a00734227
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Thu Sep 29 15:15:49 2022 -0700

    [DOCS] Add new blogs (#6833)
---
 README.md                                               |  1 +
 ...plementation-of-SCD-2-with-Apache-Hudi-and-Spark.mdx | 17 +++++++++++++++++
 ...-Data-Lake-Table-Formats-Delta-Lake-Iceberg-Hudi.mdx | 17 +++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/README.md b/README.md
index f688f75f15..938621247a 100644
--- a/README.md
+++ b/README.md
@@ -186,6 +186,7 @@ Take a look at this blog for reference - (Apache Hudi vs 
Delta Lake vs Apache Ic
       - use-case (some community users talking about their use-case)
       - design (technical articles talking about Hudi internal design/impl)
       - performance (involves performance related blogs)
+      - blog (anything else such as announcements/release 
updates/insights/guides/tutorials/concepts overview etc)
    2. tag 2
        - Represent individual features - clustering, compaction, ingestion, 
meta-sync etc.
    3. tag 3
diff --git 
a/website/blog/2022-08-24-Implementation-of-SCD-2-with-Apache-Hudi-and-Spark.mdx
 
b/website/blog/2022-08-24-Implementation-of-SCD-2-with-Apache-Hudi-and-Spark.mdx
new file mode 100644
index 0000000000..e876ab202e
--- /dev/null
+++ 
b/website/blog/2022-08-24-Implementation-of-SCD-2-with-Apache-Hudi-and-Spark.mdx
@@ -0,0 +1,17 @@
+---
+title: "Implementation of SCD-2 (Slowly Changing Dimension) with Apache Hudi & 
Spark"
+authors:
+- name: Jayasheel Kalgal
+- name: Esha Dhing
+- name: Prashant Mishra
+category: blog
+image: 
/assets/images/blog/2022-08-24_implementation_of_scd_2_with_hudi_and_spark.jpeg
+tags:
+- use-case
+- scd2
+- walmartglobaltech
+---
+
+import Redirect from '@site/src/components/Redirect';
+
+<Redirect 
url="https://medium.com/walmartglobaltech/implementation-of-scd-2-slowly-changing-dimension-with-apache-hudi-465e0eb94a5";>Redirecting...
 please wait!! </Redirect>
diff --git 
a/website/blog/2022-09-20-Data-Lake-Lakehouse-Guide-Powered-by-Data-Lake-Table-Formats-Delta-Lake-Iceberg-Hudi.mdx
 
b/website/blog/2022-09-20-Data-Lake-Lakehouse-Guide-Powered-by-Data-Lake-Table-Formats-Delta-Lake-Iceberg-Hudi.mdx
new file mode 100644
index 0000000000..4a67b2337d
--- /dev/null
+++ 
b/website/blog/2022-09-20-Data-Lake-Lakehouse-Guide-Powered-by-Data-Lake-Table-Formats-Delta-Lake-Iceberg-Hudi.mdx
@@ -0,0 +1,17 @@
+---
+title: "Building Streaming Data Lakes with Hudi and MinIO"
+authors:
+- name: Matt Sarrel
+category: blog
+image: 
/assets/images/blog/2022-09-20_streaming_data_lakes_with_hudi_and_minio.png
+tags:
+- how-to
+- datalake
+- datalake-platform
+- streaming ingestion
+- minio
+---
+
+import Redirect from '@site/src/components/Redirect';
+
+<Redirect 
url="https://blog.min.io/streaming-data-lakes-hudi-minio/";>Redirecting... 
please wait!! </Redirect>

Reply via email to