This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push: new 18956f60 [DOCS]: Add 3 New Community Blogs (#706) 18956f60 is described below commit 18956f6081024e61124ba2665ce286a46c134510 Author: Dipankar Mazumdar <103004148+dipankarmazum...@users.noreply.github.com> AuthorDate: Wed Apr 30 15:48:29 2025 -0400 [DOCS]: Add 3 New Community Blogs (#706) * Ignore my_config_catalog.yaml * Add 3 community blogs --- .gitignore | 1 + website/blog/ext-blog-minio.mdx | 17 +++++++++++++++++ website/blog/ext-blog-naren.mdx | 17 +++++++++++++++++ website/blog/ext-blog-oh.mdx | 17 +++++++++++++++++ website/static/images/blog/xt-feb.png | Bin 0 -> 333784 bytes website/static/images/blog/xt-nov.png | Bin 0 -> 442193 bytes website/static/images/blog/xt-oh.png | Bin 0 -> 206200 bytes 7 files changed, 52 insertions(+) diff --git a/.gitignore b/.gitignore index 200e3528..6fdaa623 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ target/ demo/jars/* demo/notebook/.ipynb_checkpoints/* my_config.yaml +my_config_catalog.yaml diff --git a/website/blog/ext-blog-minio.mdx b/website/blog/ext-blog-minio.mdx new file mode 100644 index 00000000..ede50784 --- /dev/null +++ b/website/blog/ext-blog-minio.mdx @@ -0,0 +1,17 @@ +--- +title: "Apache XTable: Advancing Data Interoperability in Data Lakehouses" +author: Brenna Buuck +category: blog +image: images/blog/xt-feb.png +tags: +- XTable +- interoperability +- hudi +- delta +- iceberg +date: 2025-02-28 +--- + +import Redirect from '@site/src/components/Redirect'; + +<Redirect url="https://blog.min.io/apache-xtable-advancing-data-interoperability-in-data-lakehouses/">Redirecting... please wait!! </Redirect> \ No newline at end of file diff --git a/website/blog/ext-blog-naren.mdx b/website/blog/ext-blog-naren.mdx new file mode 100644 index 00000000..49b623ab --- /dev/null +++ b/website/blog/ext-blog-naren.mdx @@ -0,0 +1,17 @@ +--- +title: "What is Apache XTable?" +author: Narendra Srinivasula +category: blog +image: images/blog/xt-nov.png +tags: +- XTable +- interoperability +- hudi +- delta +- iceberg +date: 2024-11-11 +--- + +import Redirect from '@site/src/components/Redirect'; + +<Redirect url="https://medium.com/@naren3883/apache-xtable-bc004bbd321c">Redirecting... please wait!! </Redirect> \ No newline at end of file diff --git a/website/blog/ext-blog-oh.mdx b/website/blog/ext-blog-oh.mdx new file mode 100644 index 00000000..905f4fd1 --- /dev/null +++ b/website/blog/ext-blog-oh.mdx @@ -0,0 +1,17 @@ +--- +title: "Using Apache Hudi™ Data with Apache Iceberg™ and Delta Lake" +author: Bhavani Sudha Saktheeswaran +category: blog +image: images/blog/xt-oh.png +tags: +- XTable +- interoperability +- hudi +- delta +- iceberg +date: 2025-02-13 +--- + +import Redirect from '@site/src/components/Redirect'; + +<Redirect url="https://www.onehouse.ai/blog/using-apache-hudi-data-with-apache-iceberg-and-delta-lake">Redirecting... please wait!! </Redirect> \ No newline at end of file diff --git a/website/static/images/blog/xt-feb.png b/website/static/images/blog/xt-feb.png new file mode 100644 index 00000000..96da260d Binary files /dev/null and b/website/static/images/blog/xt-feb.png differ diff --git a/website/static/images/blog/xt-nov.png b/website/static/images/blog/xt-nov.png new file mode 100644 index 00000000..27c975c6 Binary files /dev/null and b/website/static/images/blog/xt-nov.png differ diff --git a/website/static/images/blog/xt-oh.png b/website/static/images/blog/xt-oh.png new file mode 100644 index 00000000..82c09d65 Binary files /dev/null and b/website/static/images/blog/xt-oh.png differ