Introduction to Apache Iceberg using MinIO

refs
more

Introduction

Apache Iceberg is one of three popular open table formats (OTF).

(Hudi, Uber) and (Delta Lake, Databricks)

In this post:

Iceberg specification
Docker Compose Hands-on
Metadata

What is OTF?

Turn …


This content originally appeared on DEV Community and was authored by Minwook Je

Introduction

Apache Iceberg is one of three popular open table formats (OTF).

(Hudi, Uber) and (Delta Lake, Databricks)

In this post:

  1. Iceberg specification
  2. Docker Compose Hands-on
  3. Metadata

What is OTF?

Turn files into tables
Open Table Format is a specification for organizing a collection of files containing the same information such that they are presented as a single table.

Table
Implying is that we want all these files to be viewable and updateable as if they were a single entity - the table.

We can interact with this collection of files in the same way with a table in a database.

Various parties must implement this specification to produce usable software.

Apache Iceberg specification (3)

To implement the Apache Iceberg specification, we need three things:

  1. Catalog: keep track of all the metadata files
  2. Processing engine: e.g., query engine
  3. Scalable storage: object storage


This content originally appeared on DEV Community and was authored by Minwook Je


Print Share Comment Cite Upload Translate Updates
APA

Minwook Je | Sciencx (2025-09-16T06:39:41+00:00) Introduction to Apache Iceberg using MinIO. Retrieved from https://www.scien.cx/2025/09/16/introduction-to-apache-iceberg-using-minio/

MLA
" » Introduction to Apache Iceberg using MinIO." Minwook Je | Sciencx - Tuesday September 16, 2025, https://www.scien.cx/2025/09/16/introduction-to-apache-iceberg-using-minio/
HARVARD
Minwook Je | Sciencx Tuesday September 16, 2025 » Introduction to Apache Iceberg using MinIO., viewed ,<https://www.scien.cx/2025/09/16/introduction-to-apache-iceberg-using-minio/>
VANCOUVER
Minwook Je | Sciencx - » Introduction to Apache Iceberg using MinIO. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/09/16/introduction-to-apache-iceberg-using-minio/
CHICAGO
" » Introduction to Apache Iceberg using MinIO." Minwook Je | Sciencx - Accessed . https://www.scien.cx/2025/09/16/introduction-to-apache-iceberg-using-minio/
IEEE
" » Introduction to Apache Iceberg using MinIO." Minwook Je | Sciencx [Online]. Available: https://www.scien.cx/2025/09/16/introduction-to-apache-iceberg-using-minio/. [Accessed: ]
rf:citation
» Introduction to Apache Iceberg using MinIO | Minwook Je | Sciencx | https://www.scien.cx/2025/09/16/introduction-to-apache-iceberg-using-minio/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.