SirOibaf / hudi

Upserts And Incremental Processing on Big Data

Home Page:https://hudi.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hudi

Hudi (pronounced Hoodie) stands for Hadoop Upserts anD Incrementals. Hudi manages storage of large analytical datasets on HDFS and serve them out via two types of tables

  • Read Optimized Table - Provides excellent query performance via purely columnar storage (e.g. Parquet)
  • Near-Real time Table (WIP) - Provides queries on real-time data, using a combination of columnar & row based storage (e.g Parquet + Avro)

For more, head over here

About

Upserts And Incremental Processing on Big Data

https://hudi.apache.org

License:Apache License 2.0


Languages

Language:Java 95.6%Language:Scala 3.3%Language:Shell 0.8%Language:Dockerfile 0.3%