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 135364477b [DOCS] Add videos page for tracking all guides, tutorials
and hands on labs (#7534)
135364477b is described below
commit 135364477bca4620692eb230efa24977ec929892
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Wed Dec 21 12:37:43 2022 -0800
[DOCS] Add videos page for tracking all guides, tutorials and hands on labs
(#7534)
---
...di-data-lake-on-AWS-using-Amazon-EMR-Part-1.mdx | 2 +-
website/docusaurus.config.js | 8 ++++
website/src/pages/videos.md | 51 +++++++++++++++++++++
.../2022-11-22-aws_hudi_best_practices_part1.jpeg | Bin 50517 -> 0 bytes
.../2022-11-22-aws_hudi_best_practices_part1.png | Bin 0 -> 92962 bytes
5 files changed, 60 insertions(+), 1 deletion(-)
diff --git
"a/website/blog/2022-11-22-Build-your-Apache-Hudi-data-lake-on-AWS-using-Amazon-EMR\342\200\223Part-1.mdx"
b/website/blog/2022-11-22-Build-your-Apache-Hudi-data-lake-on-AWS-using-Amazon-EMR-Part-1.mdx
similarity index 98%
rename from
"website/blog/2022-11-22-Build-your-Apache-Hudi-data-lake-on-AWS-using-Amazon-EMR\342\200\223Part-1.mdx"
rename to
website/blog/2022-11-22-Build-your-Apache-Hudi-data-lake-on-AWS-using-Amazon-EMR-Part-1.mdx
index 79fdf65b90..f76964aae7 100644
---
"a/website/blog/2022-11-22-Build-your-Apache-Hudi-data-lake-on-AWS-using-Amazon-EMR\342\200\223Part-1.mdx"
+++
b/website/blog/2022-11-22-Build-your-Apache-Hudi-data-lake-on-AWS-using-Amazon-EMR-Part-1.mdx
@@ -4,7 +4,7 @@ authors:
- name: Suthan Phillips
- name: Dylan Qu
category: blog
-image: /assets/images/blog/2022-11-22-aws_hudi_best_practices_part1.jpeg
+image: /assets/images/blog/2022-11-22-aws_hudi_best_practices_part1.png
tags:
- how-to
- best-practices
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index eb79bc7a8e..849299c5ea 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -133,6 +133,10 @@ module.exports = {
label: 'Talks',
to: 'talks',
},
+ {
+ label: 'Video Guides',
+ to: 'videos',
+ },
{
label: 'FAQ',
href: '/docs/faq',
@@ -294,6 +298,10 @@ module.exports = {
label: 'Talks',
to: 'talks',
},
+ {
+ label: 'Video Guides',
+ to: 'videos',
+ },
{
label: 'FAQ',
href: '/docs/faq',
diff --git a/website/src/pages/videos.md b/website/src/pages/videos.md
new file mode 100644
index 0000000000..a3cf9c3d59
--- /dev/null
+++ b/website/src/pages/videos.md
@@ -0,0 +1,51 @@
+---
+title: "Video Guides"
+keywords: [hudi, videos, video guides]
+last_modified_at: 2022-12-21T15:59:57-04:00
+---
+# Video Guides, Tutorials & Hands on labs
+
+1. ["Insert | Update | Delete On Datalake (S3) with Apache Hudi and glue
Pyspark](https://youtu.be/94DPKkzDm-8) - By
+ Soumil Shah, Nov 17th 2022
+
+2. ["Build a Spark pipeline to analyze streaming data using AWS Glue, Apache
Hudi, S3 and Athena"](https://youtu.be/uJI6B4MPmoM) - By
+ Soumil Shah, Nov 19th 2022
+
+3. ["Different table types in Apache Hudi | MOR and COW | Deep Dive | By
Sivabalan Narayanan](https://youtu.be/vyEvlt57L-s) - By
+ Soumil Shah, Nov 20th 2022
+
+4. ["Simple 5 Steps Guide to get started with Apache Hudi and Glue 4.0 and
query the data using Athena"](https://youtu.be/z9rFyNOE82o) - By
+ Soumil Shah, Dec 8th 2022
+
+5. ["Build Datalakes on S3 with Apache HUDI in a easy way for Beginners with
hands on labs | Glue"](https://youtu.be/5zF4jc_3rFs) - By
+ Soumil Shah, Dec 11th 2022
+
+6. ["How to convert Existing data in S3 into Apache Hudi Transaction Datalake
with Glue | Hands on Lab"](https://youtu.be/HKfg3l2tywg) - By
+ Soumil Shah, Dec 14th 2022
+
+7. ["Build Slowly Changing Dimensions Type 2 (SCD2) with Apache Spark and
Apache Hudi | Hands on Labs"](https://youtu.be/V2LqEvEeU_8) - By
+ Soumil Shah, Dec 14th 2022
+
+8. ["Build production Ready Real Time Transaction Hudi Datalake from DynamoDB
Streams using Glue &kinesis"](https://youtu.be/cWmRZ9WOZB8) - By
+ Soumil Shah, Dec 15th 2022
+
+9. ["Hands on Lab with using DynamoDB as lock table for Apache Hudi Data
Lakes"](https://youtu.be/JP0orl9_0yQ) - By
+ Soumil Shah, Dec 14th 2022
+
+10. ["Step by Step Guide on Migrate Certain Tables from DB using DMS into
Apache Hudi Transaction Datalake"](https://youtu.be/eayMmQHq-e0) - By
+ Soumil Shah, Dec 17th 2022
+
+11. ["Insert|Update|Read|Write|SnapShot| Time Travel |incremental Query on
Apache Hudi datalake (S3)"](https://youtu.be/hK1G7CPBL2M) - By
+ Soumil Shah, Dec 18th 2022
+
+12. ["Build Production Ready Alternative Data Pipeline from DynamoDB to Apache
Hudi | PROJECT DEMO"](https://youtu.be/4r5qRdc71cQ) - By
+ Soumil Shah, Dec 19th 2022
+
+13. ["Build Production Ready Alternative Data Pipeline from DynamoDB to Apache
Hudi | Step by Step Guide"](https://youtu.be/7HdpCag18ck) - By
+ Soumil Shah, Dec 19th 2022
+
+14. ["Getting started with Kafka and Glue to Build Real Time Apache Hudi
Transaction Datalake"](https://youtu.be/pE23hadqX58) - By
+ Soumil Shah, Dec 20th 2022
+
+15. ["Migrate Certain Tables from ONPREM DB using DMS into Apache Hudi
Transaction Datalake with Glue|Demo"](https://youtu.be/NHPLykRmvfA) - By
+ Soumil Shah, Dec 17th 2022
\ No newline at end of file
diff --git
a/website/static/assets/images/2022-11-22-aws_hudi_best_practices_part1.jpeg
b/website/static/assets/images/2022-11-22-aws_hudi_best_practices_part1.jpeg
deleted file mode 100644
index f44875941d..0000000000
Binary files
a/website/static/assets/images/2022-11-22-aws_hudi_best_practices_part1.jpeg
and /dev/null differ
diff --git
a/website/static/assets/images/blog/2022-11-22-aws_hudi_best_practices_part1.png
b/website/static/assets/images/blog/2022-11-22-aws_hudi_best_practices_part1.png
new file mode 100644
index 0000000000..80c9b5c69d
Binary files /dev/null and
b/website/static/assets/images/blog/2022-11-22-aws_hudi_best_practices_part1.png
differ