-
产品架构
Apache Hudi的架构图 产品特点
编译Upserts, Deletes with fast, pluggable indexing. Incremental queries,
Record level change streams Transactions, Rollbacks, Concurrency
Control. SQL Read/Writes from Spark, Presto, Trino, Hive & more
Automatic file sizing, data clustering, compactions, cleaning.
Streaming ingestion, Built-in CDC sources & tools. Built-in metadata
tracking for scalable storage access. Backwards compatible schema
evolution and enforcement.
-
下载代码
方式一:git方式下载
git clone https://github.com/apache/hudi.git && cd hudi



