This is an automated email from the ASF dual-hosted git repository. ashvin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit acd4d1b430fd7c80e18427487c73e31533c4a6ff Author: Kyle Weller <[email protected]> AuthorDate: Wed Feb 28 22:44:02 2024 -0800 added blog that describes the project rename so it can land together with these website updates --- website/blog/OneTable-is-now-Apache-XTable.md | 67 +++++++++++++++++++++ website/static/images/blog/XTable/xtable-cover.png | Bin 0 -> 541453 bytes website/static/images/blog/XTable/xtable-docs.png | Bin 0 -> 217525 bytes .../static/images/blog/XTable/xtable-github.png | Bin 0 -> 264739 bytes 4 files changed, 67 insertions(+) diff --git a/website/blog/OneTable-is-now-Apache-XTable.md b/website/blog/OneTable-is-now-Apache-XTable.md new file mode 100644 index 00000000..c338bdec --- /dev/null +++ b/website/blog/OneTable-is-now-Apache-XTable.md @@ -0,0 +1,67 @@ +--- +title: "OneTable is now “Apache XTable”" +excerpt: "XTable is now Incubating in the Apache Software Foundation" +author: Dipankar Mazumdar, JB Onofré +category: blog +image: /images/blog/XTable/xtable-cover.png +tags: +- apache xtable +- community +--- + +# OneTable is now “Apache XTable” + +Lakehouse table formats such as [Apache Hudi](https://hudi.apache.org/), [Delta Lake](https://delta.io/), and +[Apache Iceberg](https://iceberg.apache.org/) have enabled users to establish open foundations for their data architecture. +This 'openness' supports using the right compute engine for the right workload in a cost-efficient way. While this +flexibility has been rewarding, navigating the decision to select a single table format has unfolded as a new challenge. +OneTable, an open-source project [released last year](https://venturebeat.com/data-infrastructure/exclusive-microsoft-and-google-join-forces-on-onetable-an-open-source-solution-for-data-lake-challenges/), +targets _'interoperability'_ among different lakehouse table formats. By being a lightweight translation layer, +OneTable allows users to seamlessly translate metadata between the source and target table formats, without the need to +rewrite or duplicate the actual data files. + +<img src="/images/blog/XTable/xtable-github.png" alt="drawing" style={{width:'80%', display:'block', marginLeft:'auto', marginRight:'auto', marginTop:'18pt', marginBottom:'18pt'}} /> + +The goal of OneTable was to anchor its success in neutrality, guided by strong community values. From the very beginning, +the project[ expressed its desire](https://cwiki.apache.org/confluence/display/INCUBATOR/XTable+Proposal) to be incubated +under the [Apache Software Foundation](https://www.apache.org/). Today, we are excited to announce that OneTable has been +accepted as an incubating project by Apache and will henceforth be known as **Apache XTable**. As part of the incubation, +the project has transitioned the code repository to the Apache infrastructure and adopted the +[community-driven development principles](https://community.apache.org/) of the Apache Foundation. + +While XTable is in its early phases, it has quickly been gaining significant momentum within the lakehouse community. +The project has already garnered over [560 GitHub stars](https://x.com/OnetableOSS/status/1725247462280196465?s=20), +more than 1000 clones and 70 forks, indicating a rapidly +[growing interest](https://x.com/OnetableOSS/status/1725685237215322294?s=20). Additionally, XTable has a diverse set +of contributors from organizations such as Microsoft, Onehouse, Google, Walmart, Adobe, Cloudera, and Dremio. With the +Apache incubation, we are also looking forward to connecting with more contributors who have similar interests in this space. + +Incubating XTable at the Apache Software Foundation (ASF) signifies more than just the technical evolution of a project; +it's a step towards fostering a vibrant community around it. This milestone is exciting for several reasons. Firstly, +the ASF's incubation process is renowned for its emphasis on community development and open governance, aligning +perfectly with our vision for XTable. By embracing the Apache way, we're not just contributing code; we're building a +foundation for a project that's open, inclusive, and sustainable. The incubation phase will equip XTable with the +mentoring and services necessary to thrive as a Top Level Project (TLP), ensuring it benefits from the ASF's vendor-neutral +environment. + +This environment encourages innovation, collaboration, and the sharing of ideas, making it an ideal breeding ground for +XTable to grow. Moreover, the ASF's global reach and reputation will enhance XTable's visibility and adoption, creating +new opportunities for collaboration with other projects and communities. We're excited about the journey ahead and the +potential for XTable to become a key part of the ASF ecosystem, contributing to its mission of providing software for +the public good. + +<img src="/images/blog/XTable/xtable-docs.png" alt="drawing" style={{width:'80%', display:'block', marginLeft:'auto', +marginRight:'auto', marginTop:'18pt', marginBottom:'18pt'}} /> + +For those interested in exploring Apache XTable, the official website is a good starting point. The documentation +section hosts a great hands-on [quickstart](https://onetable.dev/docs/how-to) guide to getting acquainted with XTable, +providing a straightforward way to experience its interoperability capabilities firsthand. If you have specific ideas, +questions, or seek direct interaction, the [discussions](https://github.com/onetable-io/onetable/discussions) section +is available for more in-depth exchanges. We invite you to contribute to the project by submitting pull requests or +filling issues to the [XTable GitHub repository](https://github.com/apache/incubator-xtable). Contributions in the early +phase of the project are going to be critical as we build XTable together. Joining the +[XTable mailing list](mailto:[email protected]) is another excellent way to stay informed and engage with +the project. We are really excited about the future of Apache XTable and building it together with the vibrant data community. + +Follow Apache XTable on [LinkedIn](https://www.linkedin.com/company/onetable-oss/) and [Twitter](https://twitter.com/OnetableOSS) +to keep up with the latest updates! diff --git a/website/static/images/blog/XTable/xtable-cover.png b/website/static/images/blog/XTable/xtable-cover.png new file mode 100644 index 00000000..ae2ab1da Binary files /dev/null and b/website/static/images/blog/XTable/xtable-cover.png differ diff --git a/website/static/images/blog/XTable/xtable-docs.png b/website/static/images/blog/XTable/xtable-docs.png new file mode 100644 index 00000000..becc8b2a Binary files /dev/null and b/website/static/images/blog/XTable/xtable-docs.png differ diff --git a/website/static/images/blog/XTable/xtable-github.png b/website/static/images/blog/XTable/xtable-github.png new file mode 100644 index 00000000..332c0343 Binary files /dev/null and b/website/static/images/blog/XTable/xtable-github.png differ
