This is an automated email from the ASF dual-hosted git repository.
xushiyan 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 dd82f9b19a6 [BLOG] Add New blogs related to Apache Hudi (#13038)
dd82f9b19a6 is described below
commit dd82f9b19a6b7ee90d60f424bfc47548ba2e97ab
Author: Dipankar Mazumdar <[email protected]>
AuthorDate: Thu Apr 3 13:37:25 2025 -0400
[BLOG] Add New blogs related to Apache Hudi (#13038)
---
website/blog/2025-03-26-acid-transactions.mdx | 19 +++++++++++++++++++
website/blog/2025-03-26-clustering.mdx | 20 ++++++++++++++++++++
website/blog/2025-03-26-dedupe.mdx | 19 +++++++++++++++++++
website/blog/2025-03-26-uptycs.mdx | 18 ++++++++++++++++++
website/static/assets/images/blog/acid.png | Bin 0 -> 144941 bytes
website/static/assets/images/blog/cluster.png | Bin 0 -> 103177 bytes
website/static/assets/images/blog/dedupe.png | Bin 0 -> 171189 bytes
website/static/assets/images/blog/uptycs.png | Bin 0 -> 348236 bytes
8 files changed, 76 insertions(+)
diff --git a/website/blog/2025-03-26-acid-transactions.mdx
b/website/blog/2025-03-26-acid-transactions.mdx
new file mode 100644
index 00000000000..927611cc41c
--- /dev/null
+++ b/website/blog/2025-03-26-acid-transactions.mdx
@@ -0,0 +1,19 @@
+---
+title: "ACID Transactions in an Open Data Lakehouse"
+author: Dipankar Mazumdar
+category: blog
+image: /assets/images/blog/acid.png
+tags:
+- blog
+- Apache Hudi
+- Apache Iceberg
+- Delta Lake
+- ACID
+---
+
+
+
+import Redirect from '@site/src/components/Redirect';
+
+<Redirect
url="https://www.onehouse.ai/blog/acid-transactions-in-an-open-data-lakehouse">Redirecting...
please wait!! </Redirect>
+
diff --git a/website/blog/2025-03-26-clustering.mdx
b/website/blog/2025-03-26-clustering.mdx
new file mode 100644
index 00000000000..d8bdaaab366
--- /dev/null
+++ b/website/blog/2025-03-26-clustering.mdx
@@ -0,0 +1,20 @@
+---
+title: "What is Clustering in an Open Data Lakehouse?"
+author: Dipankar Mazumdar
+category: blog
+image: /assets/images/blog/cluster.png
+tags:
+- blog
+- Apache Hudi
+- Apache Iceberg
+- Delta Lake
+- Clustering
+- Z-order
+---
+
+
+
+import Redirect from '@site/src/components/Redirect';
+
+<Redirect
url="https://www.onehouse.ai/blog/what-is-clustering-in-an-open-data-lakehouse">Redirecting...
please wait!! </Redirect>
+
diff --git a/website/blog/2025-03-26-dedupe.mdx
b/website/blog/2025-03-26-dedupe.mdx
new file mode 100644
index 00000000000..9307326bba8
--- /dev/null
+++ b/website/blog/2025-03-26-dedupe.mdx
@@ -0,0 +1,19 @@
+---
+title: "Data Deduplication Strategies in an Open Lakehouse Architecture"
+author: Dipankar Mazumdar, Aditya Goenka
+category: blog
+image: /assets/images/blog/dedupe.png
+tags:
+- blog
+- Apache Hudi
+- Apache Iceberg
+- Delta Lake
+- Deduplication
+---
+
+
+
+import Redirect from '@site/src/components/Redirect';
+
+<Redirect
url="https://www.onehouse.ai/blog/data-deduplication-strategies-in-an-open-lakehouse-architecture">Redirecting...
please wait!! </Redirect>
+
diff --git a/website/blog/2025-03-26-uptycs.mdx
b/website/blog/2025-03-26-uptycs.mdx
new file mode 100644
index 00000000000..484f2f64924
--- /dev/null
+++ b/website/blog/2025-03-26-uptycs.mdx
@@ -0,0 +1,18 @@
+---
+title: "From Transactional Bottlenecks to Lightning-Fast Analytics"
+author: Akash, Anudeep, Rohan
+category: blog
+image: /assets/images/blog/uptycs.png
+tags:
+- blog
+- Apache Hudi
+- CDC
+- Debezium
+---
+
+
+
+import Redirect from '@site/src/components/Redirect';
+
+<Redirect
url="https://medium.com/allthatscales/from-transactional-bottlenecks-to-lightning-fast-analytics-74e0d3fff1c0">Redirecting...
please wait!! </Redirect>
+
diff --git a/website/static/assets/images/blog/acid.png
b/website/static/assets/images/blog/acid.png
new file mode 100644
index 00000000000..0d7d5379e4a
Binary files /dev/null and b/website/static/assets/images/blog/acid.png differ
diff --git a/website/static/assets/images/blog/cluster.png
b/website/static/assets/images/blog/cluster.png
new file mode 100644
index 00000000000..60128a797f9
Binary files /dev/null and b/website/static/assets/images/blog/cluster.png
differ
diff --git a/website/static/assets/images/blog/dedupe.png
b/website/static/assets/images/blog/dedupe.png
new file mode 100644
index 00000000000..b700efa4b9e
Binary files /dev/null and b/website/static/assets/images/blog/dedupe.png differ
diff --git a/website/static/assets/images/blog/uptycs.png
b/website/static/assets/images/blog/uptycs.png
new file mode 100644
index 00000000000..3f4bc42f735
Binary files /dev/null and b/website/static/assets/images/blog/uptycs.png differ