This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a commit to branch release-0.11.0 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 4081e99254a6a95f7dc367f503addf1a28bf6249 Author: Y Ethan Guo <[email protected]> AuthorDate: Fri Apr 22 01:51:07 2022 -0700 [DOCS] Add commit activity, twitter badgers, and Hudi logo in README (#5336) --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bb158a816..07a2201c96 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,11 @@ --> # Apache Hudi -Apache Hudi (pronounced Hoodie) stands for `Hadoop Upserts Deletes and Incrementals`. -Hudi manages the storage of large analytical datasets on DFS (Cloud stores, HDFS or any Hadoop FileSystem compatible storage). + +Apache Hudi (pronounced Hoodie) stands for `Hadoop Upserts Deletes and Incrementals`. Hudi manages the storage of large +analytical datasets on DFS (Cloud stores, HDFS or any Hadoop FileSystem compatible storage). + +<img src="https://hudi.apache.org/assets/images/hudi-logo-medium.png" alt="Hudi logo" height="80px" align="right" /> <https://hudi.apache.org/> @@ -25,12 +28,15 @@ Hudi manages the storage of large analytical datasets on DFS (Cloud stores, HDFS [](https://dev.azure.com/apache-hudi-ci-org/apache-hudi-ci/_build/latest?definitionId=3&branchName=master) [](https://www.apache.org/licenses/LICENSE-2.0.html) [](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.hudi%22) + [](https://join.slack.com/t/apache-hudi/shared_invite/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE) + ## Features + * Upsert support with fast, pluggable indexing * Atomically publish data with rollback support -* Snapshot isolation between writer & queries +* Snapshot isolation between writer & queries * Savepoints for data recovery * Manages file sizes, layout using statistics * Async compaction of row & columnar data
