Back to rankings

apache/iceberg

Javaiceberg.apache.org

Apache Iceberg

icebergapachehacktoberfest
Star Growth
Stars
9.1k
Forks
3.4k
Weekly Growth
Issues
419
5k
Jan 2023Mar 2024May 2025Jul 2026
ArtifactsMavengit clone https://github.com/apache/iceberg.git
README

Iceberg

Slack

Iceberg is a high-performance format for huge analytic tables. Iceberg brings the reliability and simplicity of SQL tables to big data, while making it possible for engines like Spark, Trino, Flink, Presto, Hive and Impala to safely work with the same tables, at the same time.

Background and documentation is available at https://iceberg.apache.org

Status

Iceberg is under active development at the Apache Software Foundation.

The Iceberg format specification is stable and new features are added with each version.

The core Java library is located in this repository and is the reference implementation for other libraries.

Documentation is available for all libraries and integrations.

Collaboration

Iceberg tracks issues in GitHub and prefers to receive contributions as pull requests.

Community discussions happen primarily on the dev mailing list or on specific issues.

Building

Iceberg is built using Gradle with Java 17 or 21.

  • To invoke a build and run tests: ./gradlew build
  • To skip tests: ./gradlew build -x test -x integrationTest
  • To fix code style for default versions: ./gradlew spotlessApply
  • To fix code style for all versions of Spark/Hive/Flink:./gradlew spotlessApply -DallModules

Iceberg table support is organized in library modules:

  • iceberg-common contains utility classes used in other modules
  • iceberg-api contains the public Iceberg API
  • iceberg-core contains implementations of the Iceberg API and support for Avro data files, this is what processing engines should depend on
  • iceberg-parquet is an optional module for working with tables backed by Parquet files
  • iceberg-arrow is an optional module for reading Parquet into Arrow memory
  • iceberg-orc is an optional module for working with tables backed by ORC files
  • iceberg-hive-metastore is an implementation of Iceberg tables backed by the Hive metastore Thrift client
  • iceberg-data is an optional module for working with tables directly from JVM applications

Iceberg also has modules for adding Iceberg support to processing engines:

  • iceberg-spark is an implementation of Spark's Datasource V2 API for Iceberg with submodules for each spark versions (use runtime jars for a shaded version to avoid dependency conflicts)
  • iceberg-flink contains classes for integrating with Apache Flink (use iceberg-flink-runtime for a shaded version)
  • iceberg-mr contains an InputFormat and other classes for integrating with Apache Hive

NOTE

The tests require Docker to execute. On macOS (with Docker Desktop), you might need to create a symbolic name to the docker socket in order to be detected by the tests:

sudo ln -s $HOME/.docker/run/docker.sock /var/run/docker.sock

In some cases the testcontainer may exit with an initialization error because of an illegal state exception in the GenericContainer. One work around for this problem is to set selinux into permissive mode before running the tests.

sudo setenforce Permissive
./gradlew ...
sudo setenforce Enforcing

Documentation

For information about building the documentation, see here.

Engine Compatibility

See the Multi-Engine Support page to know about Iceberg compatibility with different Spark, Flink and Hive versions. For other engines such as Presto or Trino, please visit their websites for Iceberg integration details.

Implementations

This repository contains the Java implementation of Iceberg. Other implementations can be found at:

Related repositories
apache/doris

Apache Doris is a real-time analytics and hybrid search database for AI agents.

JavaMavenApache License 2.0olapdatabase
doris.apache.org
15.7k3.9k
trinodb/trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)

JavaMavenApache License 2.0javapresto
trino.io
13.1k3.7k
StarRocks/starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.

JavaMavenApache License 2.0databaseolap
starrocks.io
11.9k2.5k
Eventual-Inc/Daft

High-performance data engine for AI and multimodal workloads. Process images, audio, video, and structured data at any scale

Rustcrates.ioApache License 2.0machine-learningpython
daft.ai
5.6k524
lakehq/sail

Drop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.

Rustcrates.ioApache License 2.0arrowbig-data
lakesail.com
3.2k196
cocopon/iceberg.vim

:antarctica: Bluish color scheme for Vim and Neovim

Vim ScriptMIT Licensevimcolorscheme
cocopon.github.io/iceberg.vim/
2.4k136
timeplus-io/proton

The Fastest Unified Streaming SQL Engine in a Single C++ Binary. ⚡ Millisecond latency. 100+ GB/s throughput. Continuously compute real-time context from streams, logs, metrics, events, and CDC.

C++Apache License 2.0clickhousekakfa
timeplus.com
2.2k110
apache/polaris

Apache Polaris, the interoperable, open source catalog for Apache Iceberg

JavaMavenApache License 2.0icebergapache
polaris.apache.org
2k488
Mooncake-Labs/pg_mooncake

Real-time analytics on Postgres tables

Rustcrates.ioMIT Licenseanalyticscolumnstore
mooncake.dev
2k71
aws-samples/custom-lens-wa-hub

Provide JSON file template that demonstrate how to create customize Well-Architected reviews using Custom lenses.

MIT No Attributionapigatewaydocumentdb
1.9k112
BemiHQ/BemiDB

Open-source Snowflake & Fivetran alternative, with Postgres compatibility.

GoGo ModulesGNU Affero General Public License v3.0analyticsdata-lakehouse
1.5k43
projectnessie/nessie

Nessie: Transactional Catalog for Data Lakes with Git-like semantics

JavaMavenApache License 2.0dataspark
projectnessie.org
1.5k182