Apache Iceberg

Apache Iceberg is an open source high-performance table format for large-scale analytic datasets. It brings ACID transactions, schema evolution, time travel, and partition evolution to data lakes, and is supported by all major query engines including Apache Spark, Flink, Trino, Presto, and Snowflake. Iceberg has become the de facto standard for open table formats in modern data lakehouse architectures.
🔗 https://iceberg.apache.org/ | GitHub: https://github.com/apache/iceberg

You may also like...