diff --git a/.gitignore b/.gitignore index 200e3528d..6fdaa6234 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 000000000..ede507842 --- /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'; + +Redirecting... please wait!! \ 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 000000000..49b623ab7 --- /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'; + +Redirecting... please wait!! \ 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 000000000..905f4fd15 --- /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'; + +Redirecting... please wait!! \ 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 000000000..96da260d9 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 000000000..27c975c63 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 000000000..82c09d659 Binary files /dev/null and b/website/static/images/blog/xt-oh.png differ