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 5d7cd6c [MINOR][DOCS] Add Zendesk to users page (#4412)
5d7cd6c is described below
commit 5d7cd6c5a8d1d6d6471dd58a2cc60994527e6eb1
Author: Raymond Xu <[email protected]>
AuthorDate: Tue Dec 21 16:25:17 2021 -0800
[MINOR][DOCS] Add Zendesk to users page (#4412)
---
website/src/pages/powered-by.md | 5 +++++
website/static/assets/images/powers/zendesk.png | Bin 0 -> 12409 bytes
2 files changed, 5 insertions(+)
diff --git a/website/src/pages/powered-by.md b/website/src/pages/powered-by.md
index 2ac8d45..8aff705 100644
--- a/website/src/pages/powered-by.md
+++ b/website/src/pages/powered-by.md
@@ -21,6 +21,7 @@ export const companiesList = [
{ img_path: '/assets/images/powers/H3C.JPG', },
{ img_path: '/assets/images/powers/moveworks.png', },
{ img_path: '/assets/images/powers/robinhood.png', },
+ { img_path: '/assets/images/powers/zendesk.png', },
];
# Who's Using
@@ -91,6 +92,10 @@ Yields.io is the first FinTech platform that uses AI for
automated model validat
Using Hudi at Yotpo for several usages. Firstly, integrated Hudi as a writer
in their open source ETL framework,
[Metorikku](https://github.com/YotpoLtd/metorikku) and using as an output
writer for a CDC pipeline, with events that are being generated from a database
binlog streams to Kafka and then are written to S3.
+### Zendesk
+
+At [Zendesk](https://www.zendesk.com/), Apache Hudi is adopted for building
Data Lake on AWS.
+
### 37 Interactive Entertainment
[37 Interactive Entertainment](https://www.37wan.net/) is a global Top20
listed game company, and a leading company on A-shares market of China.
diff --git a/website/static/assets/images/powers/zendesk.png
b/website/static/assets/images/powers/zendesk.png
new file mode 100644
index 0000000..66e1a05
Binary files /dev/null and b/website/static/assets/images/powers/zendesk.png
differ